Html Css Color HEX #850F02 Maroon

📋 copy color: '#850F02'

red 133 ◦ green 15 ◦ blue 2

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

Shades of Maroon #850F02

Tints of Maroon #850F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10%

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 88.67%
G = 10%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850F02 (or 0x850F02) is known color: Maroon. HEX triplet: 85, 0F and 02. RGB value is (133,15,2). Sum of RGB (Red+Green+Blue) = 133+15+2=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #850F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F02 is #7AF0FD. Grayscale: #303030. Windows color (decimal): -8057086 or 135045. OLE color: 135045.

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

Color convert

RGB 133 15 2 -
CMYK 0 0.89 0.98 0.48
HSL 5.95º 0.97% 0.26% -
HSV(B) 5.95º 0.98% 0.52% -
XYZ 9.85 5.33 0.57 -
YUV 48.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 133 15 2 0 0.89 0.98 0.48 5.95 0.97 0.26
Hex 85 F 2 0 59 62 30 6 61 1A
Octal 205 17 2 0 131 142 60 6 141 32
Binary 10000101 1111 10 0 1011001 1100010 110000 110 1100001 11010

Color Harmonies of #850F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F02

Black with #850F02

Text Example


Text Example

White with #850F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850F02; }

 p { color: rgb(133,15,2); }

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

background-color css

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

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

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

border-color css

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

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

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