Html Css Color HEX #551407 Red Oxide

📋 copy color: '#551407'

red 85 ◦ green 20 ◦ blue 7

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

Shades of Red Oxide #551407

Tints of Red Oxide #551407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 75.89%
G = 17.86%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#551407 (or 0x551407) is known color: Red Oxide. HEX triplet: 55, 14 and 07. RGB value is (85,20,7). Sum of RGB (Red+Green+Blue) = 85+20+7=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #551407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551407 is #AAEBF8. Grayscale: #262626. Windows color (decimal): -11201529 or 463957. OLE color: 463957.

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

Color convert

RGB 85 20 7 -
CMYK 0 0.76 0.92 0.67
HSL 10º 0.85% 0.18% -
HSV(B) 10º 0.92% 0.33% -
XYZ 4.03 2.45 0.46 -
YUV 37.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 85 20 7 0 0.76 0.92 0.67 10 0.85 0.18
Hex 55 14 7 0 4C 5C 43 A 55 12
Octal 125 24 7 0 114 134 103 12 125 22
Binary 1010101 10100 111 0 1001100 1011100 1000011 1010 1010101 10010

Color Harmonies of #551407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551407

Black with #551407

Text Example


Text Example

White with #551407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551407; }

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

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

background-color css

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

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

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

border-color css

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

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

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