Html Css Color HEX #551705 Red Oxide

📋 copy color: '#551705'

red 85 ◦ green 23 ◦ blue 5

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

Shades of Red Oxide #551705

Tints of Red Oxide #551705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 75.22%
G = 20.35%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#551705 (or 0x551705) is known color: Red Oxide. HEX triplet: 55, 17 and 05. RGB value is (85,23,5). Sum of RGB (Red+Green+Blue) = 85+23+5=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551705 is #AAE8FA. Grayscale: #272727. Windows color (decimal): -11200763 or 333653. OLE color: 333653.

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

Color convert

RGB 85 23 5 -
CMYK 0 0.73 0.94 0.67
HSL 13.5º 0.89% 0.18% -
HSV(B) 13.5º 0.94% 0.33% -
XYZ 4.08 2.56 0.42 -
YUV 39.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 85 23 5 0 0.73 0.94 0.67 13.5 0.89 0.18
Hex 55 17 5 0 49 5E 43 E 59 12
Octal 125 27 5 0 111 136 103 16 131 22
Binary 1010101 10111 101 0 1001001 1011110 1000011 1110 1011001 10010

Color Harmonies of #551705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551705

Black with #551705

Text Example


Text Example

White with #551705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551705; }

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

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

background-color css

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

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

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

border-color css

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

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

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