Html Css Color HEX #491829 Castro

📋 copy color: '#491829'

red 73 ◦ green 24 ◦ blue 41

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

Shades of Castro #491829

Tints of Castro #491829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 52.9%
G = 17.39%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#491829 (or 0x491829) is known color: Castro. HEX triplet: 49, 18 and 29. RGB value is (73,24,41). Sum of RGB (Red+Green+Blue) = 73+24+41=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491829 is #B6E7D6. Grayscale: #282828. Windows color (decimal): -11986903 or 2693193. OLE color: 2693193.

HSL color Cylindrical-coordinate representation of color #491829: hue angle of 339.18º 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 #491829 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 41 -
CMYK 0 0.67 0.44 0.71
HSL 339.18º 0.51% 0.19% -
HSV(B) 339.18º 0.67% 0.29% -
XYZ 3.47 2.23 2.35 -
YUV 40.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 73 24 41 0 0.67 0.44 0.71 339.18 0.51 0.19
Hex 49 18 29 0 43 2C 47 153 33 13
Octal 111 30 51 0 103 54 107 523 63 23
Binary 1001001 11000 101001 0 1000011 101100 1000111 101010011 110011 10011

Color Harmonies of #491829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491829

Black with #491829

Text Example


Text Example

White with #491829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491829; }

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

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

background-color css

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

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

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

border-color css

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

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

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