Html Css Color HEX #491F2C Castro

📋 copy color: '#491F2C'

red 73 ◦ green 31 ◦ blue 44

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

Shades of Castro #491F2C

Tints of Castro #491F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

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

R = 49.32%
G = 20.95%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#491F2C (or 0x491F2C) is known color: Castro. HEX triplet: 49, 1F and 2C. RGB value is (73,31,44). Sum of RGB (Red+Green+Blue) = 73+31+44=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #491F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F2C is #B6E0D3. Grayscale: #2D2D2D. Windows color (decimal): -11985108 or 2891593. OLE color: 2891593.

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

Color convert

RGB 73 31 44 -
CMYK 0 0.58 0.40 0.71
HSL 341.43º 0.4% 0.2% -
HSV(B) 341.43º 0.58% 0.29% -
XYZ 3.69 2.58 2.69 -
YUV 45.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 73 31 44 0 0.58 0.40 0.71 341.43 0.4 0.2
Hex 49 1F 2C 0 3A 28 47 155 28 14
Octal 111 37 54 0 72 50 107 525 50 24
Binary 1001001 11111 101100 0 111010 101000 1000111 101010101 101000 10100

Color Harmonies of #491F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F2C

Black with #491F2C

Text Example


Text Example

White with #491F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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