Html Css Color HEX #551614 Red Oxide

📋 copy color: '#551614'

red 85 ◦ green 22 ◦ blue 20

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

Shades of Red Oxide #551614

Tints of Red Oxide #551614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 66.93%
G = 17.32%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#551614 (or 0x551614) is known color: Red Oxide. HEX triplet: 55, 16 and 14. RGB value is (85,22,20). Sum of RGB (Red+Green+Blue) = 85+22+20=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551614 is #AAE9EB. Grayscale: #282828. Windows color (decimal): -11201004 or 1316437. OLE color: 1316437.

HSL color Cylindrical-coordinate representation of color #551614: hue angle of 1.85º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551614 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 20 -
CMYK 0 0.74 0.76 0.67
HSL 1.85º 0.62% 0.21% -
HSV(B) 1.85º 0.76% 0.33% -
XYZ 4.16 2.56 0.94 -
YUV 40.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 85 22 20 0 0.74 0.76 0.67 1.85 0.62 0.21
Hex 55 16 14 0 4A 4C 43 2 3E 15
Octal 125 26 24 0 112 114 103 2 76 25
Binary 1010101 10110 10100 0 1001010 1001100 1000011 10 111110 10101

Color Harmonies of #551614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551614

Black with #551614

Text Example


Text Example

White with #551614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551614; }

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

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

background-color css

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

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

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

border-color css

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

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

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