Html Css Color HEX #481628 Castro

📋 copy color: '#481628'

red 72 ◦ green 22 ◦ blue 40

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

Shades of Castro #481628

Tints of Castro #481628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 53.73%
G = 16.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481628 (or 0x481628) is known color: Castro. HEX triplet: 48, 16 and 28. RGB value is (72,22,40). Sum of RGB (Red+Green+Blue) = 72+22+40=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481628 is #B7E9D7. Grayscale: #262626. Windows color (decimal): -12052952 or 2627144. OLE color: 2627144.

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

Color convert

RGB 72 22 40 -
CMYK 0 0.69 0.44 0.72
HSL 338.4º 0.53% 0.18% -
HSV(B) 338.4º 0.69% 0.28% -
XYZ 3.34 2.1 2.24 -
YUV 39 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 72 22 40 0 0.69 0.44 0.72 338.4 0.53 0.18
Hex 48 16 28 0 45 2C 48 152 35 12
Octal 110 26 50 0 105 54 110 522 65 22
Binary 1001000 10110 101000 0 1000101 101100 1001000 101010010 110101 10010

Color Harmonies of #481628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481628

Black with #481628

Text Example


Text Example

White with #481628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481628; }

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

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

background-color css

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

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

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

border-color css

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

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

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