Html Css Color HEX #482533 Castro

📋 copy color: '#482533'

red 72 ◦ green 37 ◦ blue 51

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

Shades of Castro #482533

Tints of Castro #482533

RGB

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

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

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

R = 45%
G = 23.13%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482533 (or 0x482533) is known color: Castro. HEX triplet: 48, 25 and 33. RGB value is (72,37,51). Sum of RGB (Red+Green+Blue) = 72+37+51=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482533 is #B7DACC. Grayscale: #313131. Windows color (decimal): -12049101 or 3351880. OLE color: 3351880.

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

Color convert

RGB 72 37 51 -
CMYK 0 0.49 0.29 0.72
HSL 336º 0.32% 0.21% -
HSV(B) 336º 0.49% 0.28% -
XYZ 3.93 2.94 3.49 -
YUV 49.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 72 37 51 0 0.49 0.29 0.72 336 0.32 0.21
Hex 48 25 33 0 31 1D 48 150 20 15
Octal 110 45 63 0 61 35 110 520 40 25
Binary 1001000 100101 110011 0 110001 11101 1001000 101010000 100000 10101

Color Harmonies of #482533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482533

Black with #482533

Text Example


Text Example

White with #482533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482533; }

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

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

background-color css

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

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

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

border-color css

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

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

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