Html Css Color HEX #551310 Red Oxide

📋 copy color: '#551310'

red 85 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #551310

Tints of Red Oxide #551310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 70.83%
G = 15.83%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#551310 (or 0x551310) is known color: Red Oxide. HEX triplet: 55, 13 and 10. RGB value is (85,19,16). Sum of RGB (Red+Green+Blue) = 85+19+16=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551310 is #AAECEF. Grayscale: #262626. Windows color (decimal): -11201776 or 1053525. OLE color: 1053525.

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

Color convert

RGB 85 19 16 -
CMYK 0 0.78 0.81 0.67
HSL 2.61º 0.68% 0.2% -
HSV(B) 2.61º 0.81% 0.33% -
XYZ 4.07 2.43 0.75 -
YUV 38.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 85 19 16 0 0.78 0.81 0.67 2.61 0.68 0.2
Hex 55 13 10 0 4E 51 43 3 44 14
Octal 125 23 20 0 116 121 103 3 104 24
Binary 1010101 10011 10000 0 1001110 1010001 1000011 11 1000100 10100

Color Harmonies of #551310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551310

Black with #551310

Text Example


Text Example

White with #551310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551310; }

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

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

background-color css

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

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

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

border-color css

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

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

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