Html Css Color HEX #472133 Toledo

📋 copy color: '#472133'

red 71 ◦ green 33 ◦ blue 51

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

Shades of Toledo #472133

Tints of Toledo #472133

RGB

 RED value IS 71 (28.13% from 255) = 45.81%

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

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 45.81%
G = 21.29%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#472133 (or 0x472133) is known color: Toledo. HEX triplet: 47, 21 and 33. RGB value is (71,33,51). Sum of RGB (Red+Green+Blue) = 71+33+51=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472133 is #B8DECC. Grayscale: #2E2E2E. Windows color (decimal): -12115661 or 3350855. OLE color: 3350855.

HSL color Cylindrical-coordinate representation of color #472133: hue angle of 331.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472133 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 51 -
CMYK 0 0.54 0.28 0.72
HSL 331.58º 0.37% 0.2% -
HSV(B) 331.58º 0.54% 0.28% -
XYZ 3.74 2.67 3.45 -
YUV 46.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 71 33 51 0 0.54 0.28 0.72 331.58 0.37 0.2
Hex 47 21 33 0 36 1C 48 14C 25 14
Octal 107 41 63 0 66 34 110 514 45 24
Binary 1000111 100001 110011 0 110110 11100 1001000 101001100 100101 10100

Color Harmonies of #472133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472133

Black with #472133

Text Example


Text Example

White with #472133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472133; }

 p { color: rgb(71,33,51); }

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

background-color css

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

 a { background-color: rgb(71,33,51); }

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

border-color css

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

 span { border-color: rgb(71,33,51); }

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