Html Css Color HEX #551513 Red Oxide

📋 copy color: '#551513'

red 85 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #551513

Tints of Red Oxide #551513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 68%
G = 16.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#551513 (or 0x551513) is known color: Red Oxide. HEX triplet: 55, 15 and 13. RGB value is (85,21,19). Sum of RGB (Red+Green+Blue) = 85+21+19=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551513 is #AAEAEC. Grayscale: #272727. Windows color (decimal): -11201261 or 1250645. OLE color: 1250645.

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

Color convert

RGB 85 21 19 -
CMYK 0 0.75 0.78 0.67
HSL 1.82º 0.63% 0.2% -
HSV(B) 1.82º 0.78% 0.33% -
XYZ 4.13 2.51 0.88 -
YUV 39.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 85 21 19 0 0.75 0.78 0.67 1.82 0.63 0.2
Hex 55 15 13 0 4B 4E 43 2 3F 14
Octal 125 25 23 0 113 116 103 2 77 24
Binary 1010101 10101 10011 0 1001011 1001110 1000011 10 111111 10100

Color Harmonies of #551513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551513

Black with #551513

Text Example


Text Example

White with #551513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551513; }

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

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

background-color css

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

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

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

border-color css

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

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

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