Html Css Color HEX #550802 Red Oxide

📋 copy color: '#550802'

red 85 ◦ green 8 ◦ blue 2

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

Shades of Red Oxide #550802

Tints of Red Oxide #550802

RGB

 RED value IS 85 (33.59% from 255) = 89.47%

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

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

R = 89.47%
G = 8.42%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#550802 (or 0x550802) is known color: Red Oxide. HEX triplet: 55, 08 and 02. RGB value is (85,8,2). Sum of RGB (Red+Green+Blue) = 85+8+2=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550802 is #AAF7FD. Grayscale: #1E1E1E. Windows color (decimal): -11204606 or 133205. OLE color: 133205.

HSL color Cylindrical-coordinate representation of color #550802: hue angle of 4.34º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550802 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 2 -
CMYK 0 0.91 0.98 0.67
HSL 4.34º 0.95% 0.17% -
HSV(B) 4.34º 0.98% 0.33% -
XYZ 3.84 2.11 0.26 -
YUV 30.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 85 8 2 0 0.91 0.98 0.67 4.34 0.95 0.17
Hex 55 8 2 0 5B 62 43 4 5F 11
Octal 125 10 2 0 133 142 103 4 137 21
Binary 1010101 1000 10 0 1011011 1100010 1000011 100 1011111 10001

Color Harmonies of #550802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550802

Black with #550802

Text Example


Text Example

White with #550802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550802; }

 p { color: rgb(85,8,2); }

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

background-color css

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

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

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

border-color css

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

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

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