Html Css Color HEX #552120 Red Oxide

📋 copy color: '#552120'

red 85 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #552120

Tints of Red Oxide #552120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 56.67%
G = 22%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#552120 (or 0x552120) is known color: Red Oxide. HEX triplet: 55, 21 and 20. RGB value is (85,33,32). Sum of RGB (Red+Green+Blue) = 85+33+32=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #552120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552120 is #AADEDF. Grayscale: #303030. Windows color (decimal): -11198176 or 2105685. OLE color: 2105685.

HSL color Cylindrical-coordinate representation of color #552120: hue angle of 1.13º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552120 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 32 -
CMYK 0 0.61 0.62 0.67
HSL 1.13º 0.45% 0.23% -
HSV(B) 1.13º 0.62% 0.33% -
XYZ 4.55 3.12 1.73 -
YUV 48.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 85 33 32 0 0.61 0.62 0.67 1.13 0.45 0.23
Hex 55 21 20 0 3D 3E 43 1 2D 17
Octal 125 41 40 0 75 76 103 1 55 27
Binary 1010101 100001 100000 0 111101 111110 1000011 1 101101 10111

Color Harmonies of #552120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552120

Black with #552120

Text Example


Text Example

White with #552120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552120; }

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

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

background-color css

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

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

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

border-color css

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

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

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