Html Css Color HEX #850705 Maroon

📋 copy color: '#850705'

red 133 ◦ green 7 ◦ blue 5

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

Shades of Maroon #850705

Tints of Maroon #850705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 5 (2.34% from 255) = 3.45%

R = 91.72%
G = 4.83%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#850705 (or 0x850705) is known color: Maroon. HEX triplet: 85, 07 and 05. RGB value is (133,7,5). Sum of RGB (Red+Green+Blue) = 133+7+5=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #850705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850705 is #7AF8FA. Grayscale: #2C2C2C. Windows color (decimal): -8059131 or 329605. OLE color: 329605.

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

Color convert

RGB 133 7 5 -
CMYK 0 0.95 0.96 0.48
HSL 0.94º 0.93% 0.27% -
HSV(B) 0.94º 0.96% 0.52% -
XYZ 9.78 5.15 0.62 -
YUV 44.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 133 7 5 0 0.95 0.96 0.48 0.94 0.93 0.27
Hex 85 7 5 0 5F 60 30 1 5D 1B
Octal 205 7 5 0 137 140 60 1 135 33
Binary 10000101 111 101 0 1011111 1100000 110000 1 1011101 11011

Color Harmonies of #850705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850705

Black with #850705

Text Example


Text Example

White with #850705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850705; }

 p { color: rgb(133,7,5); }

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

background-color css

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

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

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

border-color css

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

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

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