Html Css Color HEX #482331 Castro

📋 copy color: '#482331'

red 72 ◦ green 35 ◦ blue 49

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

Shades of Castro #482331

Tints of Castro #482331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 46.15%
G = 22.44%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482331 (or 0x482331) is known color: Castro. HEX triplet: 48, 23 and 31. RGB value is (72,35,49). Sum of RGB (Red+Green+Blue) = 72+35+49=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482331 is #B7DCCE. Grayscale: #2F2F2F. Windows color (decimal): -12049615 or 3220296. OLE color: 3220296.

HSL color Cylindrical-coordinate representation of color #482331: hue angle of 337.3º degrees, saturation: 0.35, 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 #482331 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 49 -
CMYK 0 0.51 0.32 0.72
HSL 337.3º 0.35% 0.21% -
HSV(B) 337.3º 0.51% 0.28% -
XYZ 3.83 2.8 3.24 -
YUV 47.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 72 35 49 0 0.51 0.32 0.72 337.3 0.35 0.21
Hex 48 23 31 0 33 20 48 151 23 15
Octal 110 43 61 0 63 40 110 521 43 25
Binary 1001000 100011 110001 0 110011 100000 1001000 101010001 100011 10101

Color Harmonies of #482331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482331

Black with #482331

Text Example


Text Example

White with #482331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482331; }

 p { color: rgb(72,35,49); }

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

background-color css

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

 a { background-color: rgb(72,35,49); }

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

border-color css

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

 span { border-color: rgb(72,35,49); }

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