Html Css Color HEX #55201D Red Oxide

📋 copy color: '#55201D'

red 85 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #55201D

Tints of Red Oxide #55201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 58.22%
G = 21.92%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55201D (or 0x55201D) is known color: Red Oxide. HEX triplet: 55, 20 and 1D. RGB value is (85,32,29). Sum of RGB (Red+Green+Blue) = 85+32+29=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201D is #AADFE2. Grayscale: #2F2F2F. Windows color (decimal): -11198435 or 1908821. OLE color: 1908821.

HSL color Cylindrical-coordinate representation of color #55201D: hue angle of 3.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55201D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 29 -
CMYK 0 0.62 0.66 0.67
HSL 3.21º 0.49% 0.22% -
HSV(B) 3.21º 0.66% 0.33% -
XYZ 4.48 3.05 1.52 -
YUV 47.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 85 32 29 0 0.62 0.66 0.67 3.21 0.49 0.22
Hex 55 20 1D 0 3E 42 43 3 31 16
Octal 125 40 35 0 76 102 103 3 61 26
Binary 1010101 100000 11101 0 111110 1000010 1000011 11 110001 10110

Color Harmonies of #55201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55201D

Black with #55201D

Text Example


Text Example

White with #55201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,32,29); }

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

background-color css

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

 a { background-color: rgb(85,32,29); }

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

border-color css

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

 span { border-color: rgb(85,32,29); }

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