Html Css Color HEX #551107 Red Oxide

📋 copy color: '#551107'

red 85 ◦ green 17 ◦ blue 7

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

Shades of Red Oxide #551107

Tints of Red Oxide #551107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 77.98%
G = 15.6%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#551107 (or 0x551107) is known color: Red Oxide. HEX triplet: 55, 11 and 07. RGB value is (85,17,7). Sum of RGB (Red+Green+Blue) = 85+17+7=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551107 is #AAEEF8. Grayscale: #242424. Windows color (decimal): -11202297 or 463189. OLE color: 463189.

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

Color convert

RGB 85 17 7 -
CMYK 0 0.80 0.92 0.67
HSL 7.69º 0.85% 0.18% -
HSV(B) 7.69º 0.92% 0.33% -
XYZ 3.99 2.35 0.44 -
YUV 36.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 85 17 7 0 0.80 0.92 0.67 7.69 0.85 0.18
Hex 55 11 7 0 50 5C 43 8 55 12
Octal 125 21 7 0 120 134 103 10 125 22
Binary 1010101 10001 111 0 1010000 1011100 1000011 1000 1010101 10010

Color Harmonies of #551107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551107

Black with #551107

Text Example


Text Example

White with #551107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551107; }

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

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

background-color css

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

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

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

border-color css

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

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

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