Html Css Color HEX #920006 Sangria

📋 copy color: '#920006'

red 146 ◦ green 0 ◦ blue 6

#920006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #920006

Tints of Sangria #920006

RGB

 RED value IS 146 (57.42% from 255) = 96.05%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 96.05%
G = 0%
B = 3.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#920006 (or 0x920006) is known color: Sangria. HEX triplet: 92, 00 and 06. RGB value is (146,0,6). Sum of RGB (Red+Green+Blue) = 146+0+6=152 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.05% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 146 - color contains mainly: red. Hex color #920006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920006 is #6DFFF9. Grayscale: #2C2C2C. Windows color (decimal): -7208954 or 393362. OLE color: 393362.

HSL color Cylindrical-coordinate representation of color #920006: hue angle of 357.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920006 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 6 -
CMYK 0 1 0.96 0.43
HSL 357.53º 1% 0.29% -
HSV(B) 357.53º 1% 0.57% -
XYZ 11.89 6.12 0.73 -
YUV 44.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 146 0 6 0 1 0.96 0.43 357.53 1 0.29
Hex 92 0 6 0 64 60 2B 166 64 1D
Octal 222 0 6 0 144 140 53 546 144 35
Binary 10010010 0 110 0 1100100 1100000 101011 101100110 1100100 11101

Color Harmonies of #920006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920006

Black with #920006

Text Example


Text Example

White with #920006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920006; }

 p { color: rgb(146,0,6); }

 H1.HeaderClassName
 {
   color: #920006;
 }
 .AnyTagClassName
 {
   color: #920006;
 }
</style>

background-color css

<style>
 a { background-color: #920006; }

 a { background-color: rgb(146,0,6); }

 div.DivClassName
 {
   background-color: #920006;
 }
 .BgClassName
 {
   background-color: #920006;
 }
</style>

border-color css

<style>
 span { border-color: #920006; }

 span { border-color: rgb(146,0,6); }

 td.TdClassName
 {
   border-color: #920006;
 }
 .TagClassName
 {
   border-color: #920006;
 }
</style>