Html Css Color HEX #472235 Toledo

📋 copy color: '#472235'

red 71 ◦ green 34 ◦ blue 53

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

Shades of Toledo #472235

Tints of Toledo #472235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 44.94%
G = 21.52%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472235 (or 0x472235) is known color: Toledo. HEX triplet: 47, 22 and 35. RGB value is (71,34,53). Sum of RGB (Red+Green+Blue) = 71+34+53=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472235 is #B8DDCA. Grayscale: #2F2F2F. Windows color (decimal): -12115403 or 3482183. OLE color: 3482183.

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

Color convert

RGB 71 34 53 -
CMYK 0 0.52 0.25 0.72
HSL 329.19º 0.35% 0.21% -
HSV(B) 329.19º 0.52% 0.28% -
XYZ 3.81 2.74 3.7 -
YUV 47.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 71 34 53 0 0.52 0.25 0.72 329.19 0.35 0.21
Hex 47 22 35 0 34 19 48 149 23 15
Octal 107 42 65 0 64 31 110 511 43 25
Binary 1000111 100010 110101 0 110100 11001 1001000 101001001 100011 10101

Color Harmonies of #472235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472235

Black with #472235

Text Example


Text Example

White with #472235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472235; }

 p { color: rgb(71,34,53); }

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

background-color css

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

 a { background-color: rgb(71,34,53); }

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

border-color css

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

 span { border-color: rgb(71,34,53); }

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