Html Css Color HEX #551912 Red Oxide

📋 copy color: '#551912'

red 85 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #551912

Tints of Red Oxide #551912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

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

R = 66.41%
G = 19.53%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#551912 (or 0x551912) is known color: Red Oxide. HEX triplet: 55, 19 and 12. RGB value is (85,25,18). Sum of RGB (Red+Green+Blue) = 85+25+18=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551912 is #AAE6ED. Grayscale: #2A2A2A. Windows color (decimal): -11200238 or 1186133. OLE color: 1186133.

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

Color convert

RGB 85 25 18 -
CMYK 0 0.71 0.79 0.67
HSL 6.27º 0.65% 0.2% -
HSV(B) 6.27º 0.79% 0.33% -
XYZ 4.2 2.67 0.87 -
YUV 42.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 85 25 18 0 0.71 0.79 0.67 6.27 0.65 0.2
Hex 55 19 12 0 47 4F 43 6 41 14
Octal 125 31 22 0 107 117 103 6 101 24
Binary 1010101 11001 10010 0 1000111 1001111 1000011 110 1000001 10100

Color Harmonies of #551912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551912

Black with #551912

Text Example


Text Example

White with #551912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551912; }

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

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

background-color css

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

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

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

border-color css

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

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

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