Html Css Color HEX #491B2C Castro

📋 copy color: '#491B2C'

red 73 ◦ green 27 ◦ blue 44

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

Shades of Castro #491B2C

Tints of Castro #491B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 50.69%
G = 18.75%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#491B2C (or 0x491B2C) is known color: Castro. HEX triplet: 49, 1B and 2C. RGB value is (73,27,44). Sum of RGB (Red+Green+Blue) = 73+27+44=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2C is #B6E4D3. Grayscale: #2A2A2A. Windows color (decimal): -11986132 or 2890569. OLE color: 2890569.

HSL color Cylindrical-coordinate representation of color #491B2C: hue angle of 337.83º 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 #491B2C is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 44 -
CMYK 0 0.63 0.40 0.71
HSL 337.83º 0.46% 0.2% -
HSV(B) 337.83º 0.63% 0.29% -
XYZ 3.59 2.38 2.65 -
YUV 42.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 73 27 44 0 0.63 0.40 0.71 337.83 0.46 0.2
Hex 49 1B 2C 0 3F 28 47 152 2E 14
Octal 111 33 54 0 77 50 107 522 56 24
Binary 1001001 11011 101100 0 111111 101000 1000111 101010010 101110 10100

Color Harmonies of #491B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B2C

Black with #491B2C

Text Example


Text Example

White with #491B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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