Html Css Color HEX #551712 Red Oxide

📋 copy color: '#551712'

red 85 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #551712

Tints of Red Oxide #551712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 67.46%
G = 18.25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#551712 (or 0x551712) is known color: Red Oxide. HEX triplet: 55, 17 and 12. RGB value is (85,23,18). Sum of RGB (Red+Green+Blue) = 85+23+18=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551712 is #AAE8ED. Grayscale: #292929. Windows color (decimal): -11200750 or 1185621. OLE color: 1185621.

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

Color convert

RGB 85 23 18 -
CMYK 0 0.73 0.79 0.67
HSL 4.48º 0.65% 0.2% -
HSV(B) 4.48º 0.79% 0.33% -
XYZ 4.16 2.59 0.85 -
YUV 40.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 85 23 18 0 0.73 0.79 0.67 4.48 0.65 0.2
Hex 55 17 12 0 49 4F 43 4 41 14
Octal 125 27 22 0 111 117 103 4 101 24
Binary 1010101 10111 10010 0 1001001 1001111 1000011 100 1000001 10100

Color Harmonies of #551712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551712

Black with #551712

Text Example


Text Example

White with #551712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551712; }

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

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

background-color css

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

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

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

border-color css

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

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

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