Html Css Color HEX #551207 Red Oxide

📋 copy color: '#551207'

red 85 ◦ green 18 ◦ blue 7

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

Shades of Red Oxide #551207

Tints of Red Oxide #551207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 77.27%
G = 16.36%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#551207 (or 0x551207) is known color: Red Oxide. HEX triplet: 55, 12 and 07. RGB value is (85,18,7). Sum of RGB (Red+Green+Blue) = 85+18+7=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551207 is #AAEDF8. Grayscale: #242424. Windows color (decimal): -11202041 or 463445. OLE color: 463445.

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

Color convert

RGB 85 18 7 -
CMYK 0 0.79 0.92 0.67
HSL 8.46º 0.85% 0.18% -
HSV(B) 8.46º 0.92% 0.33% -
XYZ 4 2.38 0.45 -
YUV 36.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 85 18 7 0 0.79 0.92 0.67 8.46 0.85 0.18
Hex 55 12 7 0 4F 5C 43 8 55 12
Octal 125 22 7 0 117 134 103 10 125 22
Binary 1010101 10010 111 0 1001111 1011100 1000011 1000 1010101 10010

Color Harmonies of #551207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551207

Black with #551207

Text Example


Text Example

White with #551207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551207; }

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

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

background-color css

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

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

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

border-color css

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

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

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