Html Css Color HEX #551305 Red Oxide

📋 copy color: '#551305'

red 85 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #551305

Tints of Red Oxide #551305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 77.98%
G = 17.43%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#551305 (or 0x551305) is known color: Red Oxide. HEX triplet: 55, 13 and 05. RGB value is (85,19,5). Sum of RGB (Red+Green+Blue) = 85+19+5=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551305 is #AAECFA. Grayscale: #252525. Windows color (decimal): -11201787 or 332629. OLE color: 332629.

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

Color convert

RGB 85 19 5 -
CMYK 0 0.78 0.94 0.67
HSL 10.5º 0.89% 0.18% -
HSV(B) 10.5º 0.94% 0.33% -
XYZ 4.01 2.41 0.4 -
YUV 37.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 85 19 5 0 0.78 0.94 0.67 10.5 0.89 0.18
Hex 55 13 5 0 4E 5E 43 A 59 12
Octal 125 23 5 0 116 136 103 12 131 22
Binary 1010101 10011 101 0 1001110 1011110 1000011 1010 1011001 10010

Color Harmonies of #551305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551305

Black with #551305

Text Example


Text Example

White with #551305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551305; }

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

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

background-color css

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

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

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

border-color css

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

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

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