Html Css Color HEX #551709 Red Oxide

📋 copy color: '#551709'

red 85 ◦ green 23 ◦ blue 9

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

Shades of Red Oxide #551709

Tints of Red Oxide #551709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 72.65%
G = 19.66%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#551709 (or 0x551709) is known color: Red Oxide. HEX triplet: 55, 17 and 09. RGB value is (85,23,9). Sum of RGB (Red+Green+Blue) = 85+23+9=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551709 is #AAE8F6. Grayscale: #282828. Windows color (decimal): -11200759 or 595797. OLE color: 595797.

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

Color convert

RGB 85 23 9 -
CMYK 0 0.73 0.89 0.67
HSL 11.05º 0.81% 0.18% -
HSV(B) 11.05º 0.89% 0.33% -
XYZ 4.1 2.56 0.54 -
YUV 39.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 85 23 9 0 0.73 0.89 0.67 11.05 0.81 0.18
Hex 55 17 9 0 49 59 43 B 51 12
Octal 125 27 11 0 111 131 103 13 121 22
Binary 1010101 10111 1001 0 1001001 1011001 1000011 1011 1010001 10010

Color Harmonies of #551709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551709

Black with #551709

Text Example


Text Example

White with #551709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551709; }

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

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

background-color css

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

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

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

border-color css

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

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

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