Html Css Color HEX #481627 Castro

📋 copy color: '#481627'

red 72 ◦ green 22 ◦ blue 39

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

Shades of Castro #481627

Tints of Castro #481627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.32%

R = 54.14%
G = 16.54%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#481627 (or 0x481627) is known color: Castro. HEX triplet: 48, 16 and 27. RGB value is (72,22,39). Sum of RGB (Red+Green+Blue) = 72+22+39=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481627 is #B7E9D8. Grayscale: #262626. Windows color (decimal): -12052953 or 2561608. OLE color: 2561608.

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

Color convert

RGB 72 22 39 -
CMYK 0 0.69 0.46 0.72
HSL 339.6º 0.53% 0.18% -
HSV(B) 339.6º 0.69% 0.28% -
XYZ 3.33 2.1 2.15 -
YUV 38.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 72 22 39 0 0.69 0.46 0.72 339.6 0.53 0.18
Hex 48 16 27 0 45 2E 48 154 35 12
Octal 110 26 47 0 105 56 110 524 65 22
Binary 1001000 10110 100111 0 1000101 101110 1001000 101010100 110101 10010

Color Harmonies of #481627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481627

Black with #481627

Text Example


Text Example

White with #481627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481627; }

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

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

background-color css

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

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

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

border-color css

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

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

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