Html Css Color HEX #550805 Red Oxide

📋 copy color: '#550805'

red 85 ◦ green 8 ◦ blue 5

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

Shades of Red Oxide #550805

Tints of Red Oxide #550805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.1%

R = 86.73%
G = 8.16%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#550805 (or 0x550805) is known color: Red Oxide. HEX triplet: 55, 08 and 05. RGB value is (85,8,5). Sum of RGB (Red+Green+Blue) = 85+8+5=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550805 is #AAF7FA. Grayscale: #1E1E1E. Windows color (decimal): -11204603 or 329813. OLE color: 329813.

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

Color convert

RGB 85 8 5 -
CMYK 0 0.91 0.94 0.67
HSL 2.25º 0.89% 0.18% -
HSV(B) 2.25º 0.94% 0.33% -
XYZ 3.86 2.12 0.35 -
YUV 30.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 85 8 5 0 0.91 0.94 0.67 2.25 0.89 0.18
Hex 55 8 5 0 5B 5E 43 2 59 12
Octal 125 10 5 0 133 136 103 2 131 22
Binary 1010101 1000 101 0 1011011 1011110 1000011 10 1011001 10010

Color Harmonies of #550805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550805

Black with #550805

Text Example


Text Example

White with #550805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550805; }

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

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

background-color css

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

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

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

border-color css

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

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

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