Html Css Color HEX #482031 Castro

📋 copy color: '#482031'

red 72 ◦ green 32 ◦ blue 49

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

Shades of Castro #482031

Tints of Castro #482031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

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

R = 47.06%
G = 20.92%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482031 (or 0x482031) is known color: Castro. HEX triplet: 48, 20 and 31. RGB value is (72,32,49). Sum of RGB (Red+Green+Blue) = 72+32+49=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482031 is #B7DFCE. Grayscale: #2D2D2D. Windows color (decimal): -12050383 or 3219528. OLE color: 3219528.

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

Color convert

RGB 72 32 49 -
CMYK 0 0.56 0.32 0.72
HSL 334.5º 0.38% 0.2% -
HSV(B) 334.5º 0.56% 0.28% -
XYZ 3.74 2.63 3.22 -
YUV 45.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 72 32 49 0 0.56 0.32 0.72 334.5 0.38 0.2
Hex 48 20 31 0 38 20 48 14E 26 14
Octal 110 40 61 0 70 40 110 516 46 24
Binary 1001000 100000 110001 0 111000 100000 1001000 101001110 100110 10100

Color Harmonies of #482031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482031

Black with #482031

Text Example


Text Example

White with #482031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482031; }

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

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

background-color css

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

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

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

border-color css

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

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

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