Html Css Color HEX #482033 Castro

📋 copy color: '#482033'

red 72 ◦ green 32 ◦ blue 51

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

Shades of Castro #482033

Tints of Castro #482033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 46.45%
G = 20.65%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482033 (or 0x482033) is known color: Castro. HEX triplet: 48, 20 and 33. RGB value is (72,32,51). Sum of RGB (Red+Green+Blue) = 72+32+51=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482033 is #B7DFCC. Grayscale: #2E2E2E. Windows color (decimal): -12050381 or 3350600. OLE color: 3350600.

HSL color Cylindrical-coordinate representation of color #482033: hue angle of 331.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 #482033 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 51 -
CMYK 0 0.56 0.29 0.72
HSL 331.5º 0.38% 0.2% -
HSV(B) 331.5º 0.56% 0.28% -
XYZ 3.79 2.65 3.44 -
YUV 46.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 72 32 51 0 0.56 0.29 0.72 331.5 0.38 0.2
Hex 48 20 33 0 38 1D 48 14C 26 14
Octal 110 40 63 0 70 35 110 514 46 24
Binary 1001000 100000 110011 0 111000 11101 1001000 101001100 100110 10100

Color Harmonies of #482033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482033

Black with #482033

Text Example


Text Example

White with #482033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482033; }

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

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

background-color css

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

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

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

border-color css

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

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

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