Html Css Color HEX #481528 Castro

📋 copy color: '#481528'

red 72 ◦ green 21 ◦ blue 40

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

Shades of Castro #481528

Tints of Castro #481528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 54.14%
G = 15.79%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481528 (or 0x481528) is known color: Castro. HEX triplet: 48, 15 and 28. RGB value is (72,21,40). Sum of RGB (Red+Green+Blue) = 72+21+40=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481528 is #B7EAD7. Grayscale: #262626. Windows color (decimal): -12053208 or 2626888. OLE color: 2626888.

HSL color Cylindrical-coordinate representation of color #481528: hue angle of 337.65º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481528 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 40 -
CMYK 0 0.71 0.44 0.72
HSL 337.65º 0.55% 0.18% -
HSV(B) 337.65º 0.71% 0.28% -
XYZ 3.32 2.07 2.23 -
YUV 38.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 72 21 40 0 0.71 0.44 0.72 337.65 0.55 0.18
Hex 48 15 28 0 47 2C 48 152 37 12
Octal 110 25 50 0 107 54 110 522 67 22
Binary 1001000 10101 101000 0 1000111 101100 1001000 101010010 110111 10010

Color Harmonies of #481528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481528

Black with #481528

Text Example


Text Example

White with #481528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481528; }

 p { color: rgb(72,21,40); }

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

background-color css

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

 a { background-color: rgb(72,21,40); }

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

border-color css

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

 span { border-color: rgb(72,21,40); }

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