Html Css Color HEX #551204 Red Oxide

📋 copy color: '#551204'

red 85 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #551204

Tints of Red Oxide #551204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 79.44%
G = 16.82%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#551204 (or 0x551204) is known color: Red Oxide. HEX triplet: 55, 12 and 04. RGB value is (85,18,4). Sum of RGB (Red+Green+Blue) = 85+18+4=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #551204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551204 is #AAEDFB. Grayscale: #242424. Windows color (decimal): -11202044 or 266837. OLE color: 266837.

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

Color convert

RGB 85 18 4 -
CMYK 0 0.79 0.95 0.67
HSL 10.37º 0.91% 0.17% -
HSV(B) 10.37º 0.95% 0.33% -
XYZ 3.98 2.37 0.36 -
YUV 36.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 85 18 4 0 0.79 0.95 0.67 10.37 0.91 0.17
Hex 55 12 4 0 4F 5F 43 A 5B 11
Octal 125 22 4 0 117 137 103 12 133 21
Binary 1010101 10010 100 0 1001111 1011111 1000011 1010 1011011 10001

Color Harmonies of #551204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551204

Black with #551204

Text Example


Text Example

White with #551204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551204; }

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

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

background-color css

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

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

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

border-color css

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

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

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