Html Css Color HEX #481728 Castro

📋 copy color: '#481728'

red 72 ◦ green 23 ◦ blue 40

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

Shades of Castro #481728

Tints of Castro #481728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 53.33%
G = 17.04%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481728 (or 0x481728) is known color: Castro. HEX triplet: 48, 17 and 28. RGB value is (72,23,40). Sum of RGB (Red+Green+Blue) = 72+23+40=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481728 is #B7E8D7. Grayscale: #272727. Windows color (decimal): -12052696 or 2627400. OLE color: 2627400.

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

Color convert

RGB 72 23 40 -
CMYK 0 0.68 0.44 0.72
HSL 339.18º 0.52% 0.19% -
HSV(B) 339.18º 0.68% 0.28% -
XYZ 3.36 2.14 2.24 -
YUV 39.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 72 23 40 0 0.68 0.44 0.72 339.18 0.52 0.19
Hex 48 17 28 0 44 2C 48 153 34 13
Octal 110 27 50 0 104 54 110 523 64 23
Binary 1001000 10111 101000 0 1000100 101100 1001000 101010011 110100 10011

Color Harmonies of #481728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481728

Black with #481728

Text Example


Text Example

White with #481728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481728; }

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

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

background-color css

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

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

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

border-color css

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

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

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