Html Css Color HEX #850606 Maroon

📋 copy color: '#850606'

red 133 ◦ green 6 ◦ blue 6

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

Shades of Maroon #850606

Tints of Maroon #850606

RGB

 RED value IS 133 (52.34% from 255) = 91.72%

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 91.72%
G = 4.14%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850606 (or 0x850606) is known color: Maroon. HEX triplet: 85, 06 and 06. RGB value is (133,6,6). Sum of RGB (Red+Green+Blue) = 133+6+6=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #850606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850606 is #7AF9F9. Grayscale: #2C2C2C. Windows color (decimal): -8059386 or 394885. OLE color: 394885.

HSL color Cylindrical-coordinate representation of color #850606: hue angle of 0º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850606 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 6 -
CMYK 0 0.95 0.95 0.48
HSL 0.91% 0.27% -
HSV(B) 0.95% 0.52% -
XYZ 9.77 5.13 0.65 -
YUV 43.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 133 6 6 0 0.95 0.95 0.48 0 0.91 0.27
Hex 85 6 6 0 5F 5F 30 0 5B 1B
Octal 205 6 6 0 137 137 60 0 133 33
Binary 10000101 110 110 0 1011111 1011111 110000 0 1011011 11011

Color Harmonies of #850606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850606

Black with #850606

Text Example


Text Example

White with #850606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850606; }

 p { color: rgb(133,6,6); }

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

background-color css

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

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

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

border-color css

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

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

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