Html Css Color HEX #551004 Red Oxide

📋 copy color: '#551004'

red 85 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #551004

Tints of Red Oxide #551004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

 BLUE value IS 4 (1.95% from 255) = 3.81%

R = 80.95%
G = 15.24%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#551004 (or 0x551004) is known color: Red Oxide. HEX triplet: 55, 10 and 04. RGB value is (85,16,4). Sum of RGB (Red+Green+Blue) = 85+16+4=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #551004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551004 is #AAEFFB. Grayscale: #232323. Windows color (decimal): -11202556 or 266325. OLE color: 266325.

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

Color convert

RGB 85 16 4 -
CMYK 0 0.81 0.95 0.67
HSL 8.89º 0.91% 0.17% -
HSV(B) 8.89º 0.95% 0.33% -
XYZ 3.95 2.31 0.35 -
YUV 35.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 85 16 4 0 0.81 0.95 0.67 8.89 0.91 0.17
Hex 55 10 4 0 51 5F 43 9 5B 11
Octal 125 20 4 0 121 137 103 11 133 21
Binary 1010101 10000 100 0 1010001 1011111 1000011 1001 1011011 10001

Color Harmonies of #551004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551004

Black with #551004

Text Example


Text Example

White with #551004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551004; }

 p { color: rgb(85,16,4); }

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

background-color css

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

 a { background-color: rgb(85,16,4); }

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

border-color css

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

 span { border-color: rgb(85,16,4); }

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