Html Css Color HEX #551404 Red Oxide

📋 copy color: '#551404'

red 85 ◦ green 20 ◦ blue 4

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

Shades of Red Oxide #551404

Tints of Red Oxide #551404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 77.98%
G = 18.35%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#551404 (or 0x551404) is known color: Red Oxide. HEX triplet: 55, 14 and 04. RGB value is (85,20,4). Sum of RGB (Red+Green+Blue) = 85+20+4=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551404 is #AAEBFB. Grayscale: #252525. Windows color (decimal): -11201532 or 267349. OLE color: 267349.

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

Color convert

RGB 85 20 4 -
CMYK 0 0.76 0.95 0.67
HSL 11.85º 0.91% 0.17% -
HSV(B) 11.85º 0.95% 0.33% -
XYZ 4.02 2.44 0.37 -
YUV 37.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 85 20 4 0 0.76 0.95 0.67 11.85 0.91 0.17
Hex 55 14 4 0 4C 5F 43 C 5B 11
Octal 125 24 4 0 114 137 103 14 133 21
Binary 1010101 10100 100 0 1001100 1011111 1000011 1100 1011011 10001

Color Harmonies of #551404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551404

Black with #551404

Text Example


Text Example

White with #551404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551404; }

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

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

background-color css

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

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

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

border-color css

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

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

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