Html Css Color HEX #550800 Red Oxide

📋 copy color: '#550800'

red 85 ◦ green 8 ◦ blue 0

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

Shades of Red Oxide #550800

Tints of Red Oxide #550800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.4%
G = 8.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#550800 (or 0x550800) is known color: Red Oxide. HEX triplet: 55, 08 and 00. RGB value is (85,8,0). Sum of RGB (Red+Green+Blue) = 85+8+0=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550800 is #AAF7FF. Grayscale: #1E1E1E. Windows color (decimal): -11204608 or 2133. OLE color: 2133.

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

Color convert

RGB 85 8 0 -
CMYK 0 0.91 1 0.67
HSL 5.65º 1% 0.17% -
HSV(B) 5.65º 1% 0.33% -
XYZ 3.83 2.1 0.2 -
YUV 30.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 85 8 0 0 0.91 1 0.67 5.65 1 0.17
Hex 55 8 0 0 5B 64 43 6 64 11
Octal 125 10 0 0 133 144 103 6 144 21
Binary 1010101 1000 0 0 1011011 1100100 1000011 110 1100100 10001

Color Harmonies of #550800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550800

Black with #550800

Text Example


Text Example

White with #550800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550800; }

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

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

background-color css

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

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

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

border-color css

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

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

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