Html Css Color HEX #482235 Toledo

📋 copy color: '#482235'

red 72 ◦ green 34 ◦ blue 53

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

Shades of Toledo #482235

Tints of Toledo #482235

RGB

 RED value IS 72 (28.52% from 255) = 45.28%

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

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

R = 45.28%
G = 21.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#482235 (or 0x482235) is known color: Toledo. HEX triplet: 48, 22 and 35. RGB value is (72,34,53). Sum of RGB (Red+Green+Blue) = 72+34+53=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482235 is #B7DDCA. Grayscale: #2F2F2F. Windows color (decimal): -12049867 or 3482184. OLE color: 3482184.

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

Color convert

RGB 72 34 53 -
CMYK 0 0.53 0.26 0.72
HSL 330º 0.36% 0.21% -
HSV(B) 330º 0.53% 0.28% -
XYZ 3.89 2.78 3.7 -
YUV 47.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 72 34 53 0 0.53 0.26 0.72 330 0.36 0.21
Hex 48 22 35 0 35 1A 48 14A 24 15
Octal 110 42 65 0 65 32 110 512 44 25
Binary 1001000 100010 110101 0 110101 11010 1001000 101001010 100100 10101

Color Harmonies of #482235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482235

Black with #482235

Text Example


Text Example

White with #482235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482235; }

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

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

background-color css

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

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

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

border-color css

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

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

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