Html Css Color HEX #551413 Red Oxide

📋 copy color: '#551413'

red 85 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #551413

Tints of Red Oxide #551413

RGB

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

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

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

R = 68.55%
G = 16.13%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#551413 (or 0x551413) is known color: Red Oxide. HEX triplet: 55, 14 and 13. RGB value is (85,20,19). Sum of RGB (Red+Green+Blue) = 85+20+19=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551413 is #AAEBEC. Grayscale: #272727. Windows color (decimal): -11201517 or 1250389. OLE color: 1250389.

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

Color convert

RGB 85 20 19 -
CMYK 0 0.76 0.78 0.67
HSL 0.91º 0.63% 0.2% -
HSV(B) 0.91º 0.78% 0.33% -
XYZ 4.11 2.48 0.88 -
YUV 39.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 85 20 19 0 0.76 0.78 0.67 0.91 0.63 0.2
Hex 55 14 13 0 4C 4E 43 1 3F 14
Octal 125 24 23 0 114 116 103 1 77 24
Binary 1010101 10100 10011 0 1001100 1001110 1000011 1 111111 10100

Color Harmonies of #551413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551413

Black with #551413

Text Example


Text Example

White with #551413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551413; }

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

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

background-color css

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

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

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

border-color css

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

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

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