Html Css Color HEX #481928 Castro

📋 copy color: '#481928'

red 72 ◦ green 25 ◦ blue 40

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

Shades of Castro #481928

Tints of Castro #481928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

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

R = 52.55%
G = 18.25%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481928 (or 0x481928) is known color: Castro. HEX triplet: 48, 19 and 28. RGB value is (72,25,40). Sum of RGB (Red+Green+Blue) = 72+25+40=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481928 is #B7E6D7. Grayscale: #282828. Windows color (decimal): -12052184 or 2627912. OLE color: 2627912.

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

Color convert

RGB 72 25 40 -
CMYK 0 0.65 0.44 0.72
HSL 340.85º 0.48% 0.19% -
HSV(B) 340.85º 0.65% 0.28% -
XYZ 3.4 2.23 2.26 -
YUV 40.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 72 25 40 0 0.65 0.44 0.72 340.85 0.48 0.19
Hex 48 19 28 0 41 2C 48 155 30 13
Octal 110 31 50 0 101 54 110 525 60 23
Binary 1001000 11001 101000 0 1000001 101100 1001000 101010101 110000 10011

Color Harmonies of #481928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481928

Black with #481928

Text Example


Text Example

White with #481928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481928; }

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

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

background-color css

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

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

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

border-color css

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

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

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