Html Css Color HEX #55201F Red Oxide

📋 copy color: '#55201F'

red 85 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #55201F

Tints of Red Oxide #55201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 57.43%
G = 21.62%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55201F (or 0x55201F) is known color: Red Oxide. HEX triplet: 55, 20 and 1F. RGB value is (85,32,31). Sum of RGB (Red+Green+Blue) = 85+32+31=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201F is #AADFE0. Grayscale: #2F2F2F. Windows color (decimal): -11198433 or 2039893. OLE color: 2039893.

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

Color convert

RGB 85 32 31 -
CMYK 0 0.62 0.64 0.67
HSL 1.11º 0.47% 0.23% -
HSV(B) 1.11º 0.64% 0.33% -
XYZ 4.51 3.06 1.65 -
YUV 47.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 85 32 31 0 0.62 0.64 0.67 1.11 0.47 0.23
Hex 55 20 1F 0 3E 40 43 1 2F 17
Octal 125 40 37 0 76 100 103 1 57 27
Binary 1010101 100000 11111 0 111110 1000000 1000011 1 101111 10111

Color Harmonies of #55201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55201F

Black with #55201F

Text Example


Text Example

White with #55201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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