Html Css Color HEX #851302 Maroon

📋 copy color: '#851302'

red 133 ◦ green 19 ◦ blue 2

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

Shades of Maroon #851302

Tints of Maroon #851302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 86.36%
G = 12.34%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851302 (or 0x851302) is known color: Maroon. HEX triplet: 85, 13 and 02. RGB value is (133,19,2). Sum of RGB (Red+Green+Blue) = 133+19+2=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #851302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851302 is #7AECFD. Grayscale: #333333. Windows color (decimal): -8056062 or 136069. OLE color: 136069.

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

Color convert

RGB 133 19 2 -
CMYK 0 0.86 0.98 0.48
HSL 7.79º 0.97% 0.26% -
HSV(B) 7.79º 0.98% 0.52% -
XYZ 9.92 5.46 0.59 -
YUV 51.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 133 19 2 0 0.86 0.98 0.48 7.79 0.97 0.26
Hex 85 13 2 0 56 62 30 8 61 1A
Octal 205 23 2 0 126 142 60 10 141 32
Binary 10000101 10011 10 0 1010110 1100010 110000 1000 1100001 11010

Color Harmonies of #851302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851302

Black with #851302

Text Example


Text Example

White with #851302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851302; }

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

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

background-color css

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

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

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

border-color css

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

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

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