Html Css Color HEX #551300 Red Oxide

📋 copy color: '#551300'

red 85 ◦ green 19 ◦ blue 0

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

Shades of Red Oxide #551300

Tints of Red Oxide #551300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.73%
G = 18.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#551300 (or 0x551300) is known color: Red Oxide. HEX triplet: 55, 13 and 00. RGB value is (85,19,0). Sum of RGB (Red+Green+Blue) = 85+19+0=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #551300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551300 is #AAECFF. Grayscale: #242424. Windows color (decimal): -11201792 or 4949. OLE color: 4949.

HSL color Cylindrical-coordinate representation of color #551300: hue angle of 13.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #551300 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 0 -
CMYK 0 0.78 1 0.67
HSL 13.41º 1% 0.17% -
HSV(B) 13.41º 1% 0.33% -
XYZ 3.98 2.4 0.25 -
YUV 36.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 85 19 0 0 0.78 1 0.67 13.41 1 0.17
Hex 55 13 0 0 4E 64 43 D 64 11
Octal 125 23 0 0 116 144 103 15 144 21
Binary 1010101 10011 0 0 1001110 1100100 1000011 1101 1100100 10001

Color Harmonies of #551300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551300

Black with #551300

Text Example


Text Example

White with #551300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551300; }

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

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

background-color css

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

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

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

border-color css

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

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

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