Html Css Color HEX #550E09 Red Oxide

📋 copy color: '#550E09'

red 85 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #550E09

Tints of Red Oxide #550E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.96%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 78.7%
G = 12.96%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#550E09 (or 0x550E09) is known color: Red Oxide. HEX triplet: 55, 0E and 09. RGB value is (85,14,9). Sum of RGB (Red+Green+Blue) = 85+14+9=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550E09 is #AAF1F6. Grayscale: #222222. Windows color (decimal): -11203063 or 593493. OLE color: 593493.

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

Color convert

RGB 85 14 9 -
CMYK 0 0.84 0.89 0.67
HSL 3.95º 0.81% 0.18% -
HSV(B) 3.95º 0.89% 0.33% -
XYZ 3.95 2.27 0.49 -
YUV 34.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 85 14 9 0 0.84 0.89 0.67 3.95 0.81 0.18
Hex 55 E 9 0 54 59 43 4 51 12
Octal 125 16 11 0 124 131 103 4 121 22
Binary 1010101 1110 1001 0 1010100 1011001 1000011 100 1010001 10010

Color Harmonies of #550E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550E09

Black with #550E09

Text Example


Text Example

White with #550E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550E09; }

 p { color: rgb(85,14,9); }

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

background-color css

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

 a { background-color: rgb(85,14,9); }

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

border-color css

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

 span { border-color: rgb(85,14,9); }

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