Html Css Color HEX #551813 Red Oxide

📋 copy color: '#551813'

red 85 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #551813

Tints of Red Oxide #551813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 66.41%
G = 18.75%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#551813 (or 0x551813) is known color: Red Oxide. HEX triplet: 55, 18 and 13. RGB value is (85,24,19). Sum of RGB (Red+Green+Blue) = 85+24+19=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551813 is #AAE7EC. Grayscale: #292929. Windows color (decimal): -11200493 or 1251413. OLE color: 1251413.

HSL color Cylindrical-coordinate representation of color #551813: hue angle of 4.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551813 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 19 -
CMYK 0 0.72 0.78 0.67
HSL 4.55º 0.63% 0.2% -
HSV(B) 4.55º 0.78% 0.33% -
XYZ 4.19 2.63 0.9 -
YUV 41.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 85 24 19 0 0.72 0.78 0.67 4.55 0.63 0.2
Hex 55 18 13 0 48 4E 43 5 3F 14
Octal 125 30 23 0 110 116 103 5 77 24
Binary 1010101 11000 10011 0 1001000 1001110 1000011 101 111111 10100

Color Harmonies of #551813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551813

Black with #551813

Text Example


Text Example

White with #551813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551813; }

 p { color: rgb(85,24,19); }

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

background-color css

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

 a { background-color: rgb(85,24,19); }

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

border-color css

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

 span { border-color: rgb(85,24,19); }

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