Html Css Color HEX #472334 Toledo

📋 copy color: '#472334'

red 71 ◦ green 35 ◦ blue 52

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

Shades of Toledo #472334

Tints of Toledo #472334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 44.94%
G = 22.15%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#472334 (or 0x472334) is known color: Toledo. HEX triplet: 47, 23 and 34. RGB value is (71,35,52). Sum of RGB (Red+Green+Blue) = 71+35+52=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472334 is #B8DCCB. Grayscale: #2F2F2F. Windows color (decimal): -12115148 or 3416903. OLE color: 3416903.

HSL color Cylindrical-coordinate representation of color #472334: hue angle of 331.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472334 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 52 -
CMYK 0 0.51 0.27 0.72
HSL 331.67º 0.34% 0.21% -
HSV(B) 331.67º 0.51% 0.28% -
XYZ 3.82 2.79 3.59 -
YUV 47.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 71 35 52 0 0.51 0.27 0.72 331.67 0.34 0.21
Hex 47 23 34 0 33 1B 48 14C 22 15
Octal 107 43 64 0 63 33 110 514 42 25
Binary 1000111 100011 110100 0 110011 11011 1001000 101001100 100010 10101

Color Harmonies of #472334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472334

Black with #472334

Text Example


Text Example

White with #472334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472334; }

 p { color: rgb(71,35,52); }

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

background-color css

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

 a { background-color: rgb(71,35,52); }

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

border-color css

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

 span { border-color: rgb(71,35,52); }

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