Html Css Color HEX #850808 Maroon

📋 copy color: '#850808'

red 133 ◦ green 8 ◦ blue 8

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

Shades of Maroon #850808

Tints of Maroon #850808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

 BLUE value IS 8 (3.52% from 255) = 5.37%

R = 89.26%
G = 5.37%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#850808 (or 0x850808) is known color: Maroon. HEX triplet: 85, 08 and 08. RGB value is (133,8,8). Sum of RGB (Red+Green+Blue) = 133+8+8=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #850808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850808 is #7AF7F7. Grayscale: #2D2D2D. Windows color (decimal): -8058872 or 526469. OLE color: 526469.

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

Color convert

RGB 133 8 8 -
CMYK 0 0.94 0.94 0.48
HSL 0.89% 0.28% -
HSV(B) 0.94% 0.52% -
XYZ 9.8 5.18 0.71 -
YUV 45.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 133 8 8 0 0.94 0.94 0.48 0 0.89 0.28
Hex 85 8 8 0 5E 5E 30 0 59 1C
Octal 205 10 10 0 136 136 60 0 131 34
Binary 10000101 1000 1000 0 1011110 1011110 110000 0 1011001 11100

Color Harmonies of #850808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850808

Black with #850808

Text Example


Text Example

White with #850808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850808; }

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

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

background-color css

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

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

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

border-color css

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

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

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