Html Css Color HEX #551307 Red Oxide

📋 copy color: '#551307'

red 85 ◦ green 19 ◦ blue 7

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

Shades of Red Oxide #551307

Tints of Red Oxide #551307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 76.58%
G = 17.12%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#551307 (or 0x551307) is known color: Red Oxide. HEX triplet: 55, 13 and 07. RGB value is (85,19,7). Sum of RGB (Red+Green+Blue) = 85+19+7=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551307 is #AAECF8. Grayscale: #252525. Windows color (decimal): -11201785 or 463701. OLE color: 463701.

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

Color convert

RGB 85 19 7 -
CMYK 0 0.78 0.92 0.67
HSL 9.23º 0.85% 0.18% -
HSV(B) 9.23º 0.92% 0.33% -
XYZ 4.02 2.41 0.45 -
YUV 37.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 85 19 7 0 0.78 0.92 0.67 9.23 0.85 0.18
Hex 55 13 7 0 4E 5C 43 9 55 12
Octal 125 23 7 0 116 134 103 11 125 22
Binary 1010101 10011 111 0 1001110 1011100 1000011 1001 1010101 10010

Color Harmonies of #551307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551307

Black with #551307

Text Example


Text Example

White with #551307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551307; }

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

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

background-color css

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

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

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

border-color css

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

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

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