Html Css Color HEX #491828 Castro

📋 copy color: '#491828'

red 73 ◦ green 24 ◦ blue 40

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

Shades of Castro #491828

Tints of Castro #491828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

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

R = 53.28%
G = 17.52%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#491828 (or 0x491828) is known color: Castro. HEX triplet: 49, 18 and 28. RGB value is (73,24,40). Sum of RGB (Red+Green+Blue) = 73+24+40=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #491828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491828 is #B6E7D7. Grayscale: #282828. Windows color (decimal): -11986904 or 2627657. OLE color: 2627657.

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

Color convert

RGB 73 24 40 -
CMYK 0 0.67 0.45 0.71
HSL 340.41º 0.51% 0.19% -
HSV(B) 340.41º 0.67% 0.29% -
XYZ 3.46 2.22 2.25 -
YUV 40.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 73 24 40 0 0.67 0.45 0.71 340.41 0.51 0.19
Hex 49 18 28 0 43 2D 47 154 33 13
Octal 111 30 50 0 103 55 107 524 63 23
Binary 1001001 11000 101000 0 1000011 101101 1000111 101010100 110011 10011

Color Harmonies of #491828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491828

Black with #491828

Text Example


Text Example

White with #491828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491828; }

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

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

background-color css

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

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

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

border-color css

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

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

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