Html Css Color HEX #491528 Castro

📋 copy color: '#491528'

red 73 ◦ green 21 ◦ blue 40

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

Shades of Castro #491528

Tints of Castro #491528

RGB

 RED value IS 73 (28.91% from 255) = 54.48%

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

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

R = 54.48%
G = 15.67%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#491528 (or 0x491528) is known color: Castro. HEX triplet: 49, 15 and 28. RGB value is (73,21,40). Sum of RGB (Red+Green+Blue) = 73+21+40=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491528 is #B6EAD7. Grayscale: #262626. Windows color (decimal): -11987672 or 2626889. OLE color: 2626889.

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

Color convert

RGB 73 21 40 -
CMYK 0 0.71 0.45 0.71
HSL 338.08º 0.55% 0.18% -
HSV(B) 338.08º 0.71% 0.29% -
XYZ 3.4 2.11 2.23 -
YUV 38.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 73 21 40 0 0.71 0.45 0.71 338.08 0.55 0.18
Hex 49 15 28 0 47 2D 47 152 37 12
Octal 111 25 50 0 107 55 107 522 67 22
Binary 1001001 10101 101000 0 1000111 101101 1000111 101010010 110111 10010

Color Harmonies of #491528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491528

Black with #491528

Text Example


Text Example

White with #491528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491528; }

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

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

background-color css

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

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

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

border-color css

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

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

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