Html Css Color HEX #551007 Red Oxide

📋 copy color: '#551007'

red 85 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #551007

Tints of Red Oxide #551007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 78.7%
G = 14.81%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#551007 (or 0x551007) is known color: Red Oxide. HEX triplet: 55, 10 and 07. RGB value is (85,16,7). Sum of RGB (Red+Green+Blue) = 85+16+7=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551007 is #AAEFF8. Grayscale: #232323. Windows color (decimal): -11202553 or 462933. OLE color: 462933.

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

Color convert

RGB 85 16 7 -
CMYK 0 0.81 0.92 0.67
HSL 6.92º 0.85% 0.18% -
HSV(B) 6.92º 0.92% 0.33% -
XYZ 3.97 2.32 0.44 -
YUV 35.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 85 16 7 0 0.81 0.92 0.67 6.92 0.85 0.18
Hex 55 10 7 0 51 5C 43 7 55 12
Octal 125 20 7 0 121 134 103 7 125 22
Binary 1010101 10000 111 0 1010001 1011100 1000011 111 1010101 10010

Color Harmonies of #551007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551007

Black with #551007

Text Example


Text Example

White with #551007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551007; }

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

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

background-color css

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

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

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

border-color css

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

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

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