Html Css Color HEX #551105 Red Oxide

📋 copy color: '#551105'

red 85 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #551105

Tints of Red Oxide #551105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.89%

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

R = 79.44%
G = 15.89%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#551105 (or 0x551105) is known color: Red Oxide. HEX triplet: 55, 11 and 05. RGB value is (85,17,5). Sum of RGB (Red+Green+Blue) = 85+17+5=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #551105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551105 is #AAEEFA. Grayscale: #242424. Windows color (decimal): -11202299 or 332117. OLE color: 332117.

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

Color convert

RGB 85 17 5 -
CMYK 0 0.80 0.94 0.67
HSL 0.89% 0.18% -
HSV(B) 0.94% 0.33% -
XYZ 3.97 2.34 0.39 -
YUV 35.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 85 17 5 0 0.80 0.94 0.67 9 0.89 0.18
Hex 55 11 5 0 50 5E 43 9 59 12
Octal 125 21 5 0 120 136 103 11 131 22
Binary 1010101 10001 101 0 1010000 1011110 1000011 1001 1011001 10010

Color Harmonies of #551105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551105

Black with #551105

Text Example


Text Example

White with #551105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551105; }

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

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

background-color css

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

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

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

border-color css

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

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

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