Html Css Color HEX #482532 Castro

📋 copy color: '#482532'

red 72 ◦ green 37 ◦ blue 50

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

Shades of Castro #482532

Tints of Castro #482532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.27%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 45.28%
G = 23.27%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482532 (or 0x482532) is known color: Castro. HEX triplet: 48, 25 and 32. RGB value is (72,37,50). Sum of RGB (Red+Green+Blue) = 72+37+50=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482532 is #B7DACD. Grayscale: #303030. Windows color (decimal): -12049102 or 3286344. OLE color: 3286344.

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

Color convert

RGB 72 37 50 -
CMYK 0 0.49 0.31 0.72
HSL 337.71º 0.32% 0.21% -
HSV(B) 337.71º 0.49% 0.28% -
XYZ 3.91 2.93 3.38 -
YUV 48.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 72 37 50 0 0.49 0.31 0.72 337.71 0.32 0.21
Hex 48 25 32 0 31 1F 48 152 20 15
Octal 110 45 62 0 61 37 110 522 40 25
Binary 1001000 100101 110010 0 110001 11111 1001000 101010010 100000 10101

Color Harmonies of #482532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482532

Black with #482532

Text Example


Text Example

White with #482532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482532; }

 p { color: rgb(72,37,50); }

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

background-color css

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

 a { background-color: rgb(72,37,50); }

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

border-color css

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

 span { border-color: rgb(72,37,50); }

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