Html Css Color HEX #491B29 Castro

📋 copy color: '#491B29'

red 73 ◦ green 27 ◦ blue 41

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

Shades of Castro #491B29

Tints of Castro #491B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

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

R = 51.77%
G = 19.15%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#491B29 (or 0x491B29) is known color: Castro. HEX triplet: 49, 1B and 29. RGB value is (73,27,41). Sum of RGB (Red+Green+Blue) = 73+27+41=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #491B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B29 is #B6E4D6. Grayscale: #2A2A2A. Windows color (decimal): -11986135 or 2693961. OLE color: 2693961.

HSL color Cylindrical-coordinate representation of color #491B29: hue angle of 341.74º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B29 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 41 -
CMYK 0 0.63 0.44 0.71
HSL 341.74º 0.46% 0.2% -
HSV(B) 341.74º 0.63% 0.29% -
XYZ 3.54 2.36 2.37 -
YUV 42.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 73 27 41 0 0.63 0.44 0.71 341.74 0.46 0.2
Hex 49 1B 29 0 3F 2C 47 156 2E 14
Octal 111 33 51 0 77 54 107 526 56 24
Binary 1001001 11011 101001 0 111111 101100 1000111 101010110 101110 10100

Color Harmonies of #491B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B29

Black with #491B29

Text Example


Text Example

White with #491B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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