Html Css Color HEX #55190D Red Oxide

📋 copy color: '#55190D'

red 85 ◦ green 25 ◦ blue 13

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

Shades of Red Oxide #55190D

Tints of Red Oxide #55190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 69.11%
G = 20.33%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55190D (or 0x55190D) is known color: Red Oxide. HEX triplet: 55, 19 and 0D. RGB value is (85,25,13). Sum of RGB (Red+Green+Blue) = 85+25+13=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #55190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55190D is #AAE6F2. Grayscale: #292929. Windows color (decimal): -11200243 or 858453. OLE color: 858453.

HSL color Cylindrical-coordinate representation of color #55190D: hue angle of 10º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55190D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 13 -
CMYK 0 0.71 0.85 0.67
HSL 10º 0.73% 0.19% -
HSV(B) 10º 0.85% 0.33% -
XYZ 4.17 2.66 0.67 -
YUV 41.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 85 25 13 0 0.71 0.85 0.67 10 0.73 0.19
Hex 55 19 D 0 47 55 43 A 49 13
Octal 125 31 15 0 107 125 103 12 111 23
Binary 1010101 11001 1101 0 1000111 1010101 1000011 1010 1001001 10011

Color Harmonies of #55190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55190D

Black with #55190D

Text Example


Text Example

White with #55190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55190D; }

 p { color: rgb(85,25,13); }

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

background-color css

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

 a { background-color: rgb(85,25,13); }

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

border-color css

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

 span { border-color: rgb(85,25,13); }

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