Html Css Color HEX #550901 Red Oxide

📋 copy color: '#550901'

red 85 ◦ green 9 ◦ blue 1

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

Shades of Red Oxide #550901

Tints of Red Oxide #550901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 89.47%
G = 9.47%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#550901 (or 0x550901) is known color: Red Oxide. HEX triplet: 55, 09 and 01. RGB value is (85,9,1). Sum of RGB (Red+Green+Blue) = 85+9+1=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550901 is #AAF6FE. Grayscale: #1E1E1E. Windows color (decimal): -11204351 or 67925. OLE color: 67925.

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

Color convert

RGB 85 9 1 -
CMYK 0 0.89 0.99 0.67
HSL 5.71º 0.98% 0.17% -
HSV(B) 5.71º 0.99% 0.33% -
XYZ 3.85 2.13 0.24 -
YUV 30.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 85 9 1 0 0.89 0.99 0.67 5.71 0.98 0.17
Hex 55 9 1 0 59 63 43 6 62 11
Octal 125 11 1 0 131 143 103 6 142 21
Binary 1010101 1001 1 0 1011001 1100011 1000011 110 1100010 10001

Color Harmonies of #550901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550901

Black with #550901

Text Example


Text Example

White with #550901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550901; }

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

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

background-color css

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

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

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

border-color css

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

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

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