Html Css Color HEX #851402 Maroon

📋 copy color: '#851402'

red 133 ◦ green 20 ◦ blue 2

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

Shades of Maroon #851402

Tints of Maroon #851402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 85.81%
G = 12.9%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851402 (or 0x851402) is known color: Maroon. HEX triplet: 85, 14 and 02. RGB value is (133,20,2). Sum of RGB (Red+Green+Blue) = 133+20+2=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851402 is #7AEBFD. Grayscale: #333333. Windows color (decimal): -8055806 or 136325. OLE color: 136325.

HSL color Cylindrical-coordinate representation of color #851402: hue angle of 8.24º 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 #851402 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 2 -
CMYK 0 0.85 0.98 0.48
HSL 8.24º 0.97% 0.26% -
HSV(B) 8.24º 0.98% 0.52% -
XYZ 9.93 5.49 0.59 -
YUV 51.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 133 20 2 0 0.85 0.98 0.48 8.24 0.97 0.26
Hex 85 14 2 0 55 62 30 8 61 1A
Octal 205 24 2 0 125 142 60 10 141 32
Binary 10000101 10100 10 0 1010101 1100010 110000 1000 1100001 11010

Color Harmonies of #851402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851402

Black with #851402

Text Example


Text Example

White with #851402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851402; }

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

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

background-color css

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

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

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

border-color css

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

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

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