Html Css Color HEX #551710 Red Oxide

📋 copy color: '#551710'

red 85 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #551710

Tints of Red Oxide #551710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 68.55%
G = 18.55%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#551710 (or 0x551710) is known color: Red Oxide. HEX triplet: 55, 17 and 10. RGB value is (85,23,16). Sum of RGB (Red+Green+Blue) = 85+23+16=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551710 is #AAE8EF. Grayscale: #282828. Windows color (decimal): -11200752 or 1054549. OLE color: 1054549.

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

Color convert

RGB 85 23 16 -
CMYK 0 0.73 0.81 0.67
HSL 6.09º 0.68% 0.2% -
HSV(B) 6.09º 0.81% 0.33% -
XYZ 4.15 2.58 0.77 -
YUV 40.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 85 23 16 0 0.73 0.81 0.67 6.09 0.68 0.2
Hex 55 17 10 0 49 51 43 6 44 14
Octal 125 27 20 0 111 121 103 6 104 24
Binary 1010101 10111 10000 0 1001001 1010001 1000011 110 1000100 10100

Color Harmonies of #551710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551710

Black with #551710

Text Example


Text Example

White with #551710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551710; }

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

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

background-color css

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

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

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

border-color css

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

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

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