Html Css Color HEX #551104 Red Oxide

📋 copy color: '#551104'

red 85 ◦ green 17 ◦ blue 4

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

Shades of Red Oxide #551104

Tints of Red Oxide #551104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 80.19%
G = 16.04%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#551104 (or 0x551104) is known color: Red Oxide. HEX triplet: 55, 11 and 04. RGB value is (85,17,4). Sum of RGB (Red+Green+Blue) = 85+17+4=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #551104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551104 is #AAEEFB. Grayscale: #232323. Windows color (decimal): -11202300 or 266581. OLE color: 266581.

HSL color Cylindrical-coordinate representation of color #551104: hue angle of 9.63º 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 #551104 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 4 -
CMYK 0 0.80 0.95 0.67
HSL 9.63º 0.91% 0.17% -
HSV(B) 9.63º 0.95% 0.33% -
XYZ 3.97 2.34 0.36 -
YUV 35.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 85 17 4 0 0.80 0.95 0.67 9.63 0.91 0.17
Hex 55 11 4 0 50 5F 43 A 5B 11
Octal 125 21 4 0 120 137 103 12 133 21
Binary 1010101 10001 100 0 1010000 1011111 1000011 1010 1011011 10001

Color Harmonies of #551104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551104

Black with #551104

Text Example


Text Example

White with #551104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551104; }

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

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

background-color css

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

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

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

border-color css

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

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

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