Html Css Color HEX #551410 Red Oxide

📋 copy color: '#551410'

red 85 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #551410

Tints of Red Oxide #551410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 70.25%
G = 16.53%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#551410 (or 0x551410) is known color: Red Oxide. HEX triplet: 55, 14 and 10. RGB value is (85,20,16). Sum of RGB (Red+Green+Blue) = 85+20+16=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551410 is #AAEBEF. Grayscale: #272727. Windows color (decimal): -11201520 or 1053781. OLE color: 1053781.

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

Color convert

RGB 85 20 16 -
CMYK 0 0.76 0.81 0.67
HSL 3.48º 0.68% 0.2% -
HSV(B) 3.48º 0.81% 0.33% -
XYZ 4.09 2.47 0.75 -
YUV 38.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 85 20 16 0 0.76 0.81 0.67 3.48 0.68 0.2
Hex 55 14 10 0 4C 51 43 3 44 14
Octal 125 24 20 0 114 121 103 3 104 24
Binary 1010101 10100 10000 0 1001100 1010001 1000011 11 1000100 10100

Color Harmonies of #551410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551410

Black with #551410

Text Example


Text Example

White with #551410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551410; }

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

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

background-color css

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

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

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

border-color css

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

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

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