Html Css Color HEX #491E2A Castro

📋 copy color: '#491E2A'

red 73 ◦ green 30 ◦ blue 42

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

Shades of Castro #491E2A

Tints of Castro #491E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 50.34%
G = 20.69%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#491E2A (or 0x491E2A) is known color: Castro. HEX triplet: 49, 1E and 2A. RGB value is (73,30,42). Sum of RGB (Red+Green+Blue) = 73+30+42=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E2A is #B6E1D5. Grayscale: #2C2C2C. Windows color (decimal): -11985366 or 2760265. OLE color: 2760265.

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

Color convert

RGB 73 30 42 -
CMYK 0 0.59 0.42 0.71
HSL 343.26º 0.42% 0.2% -
HSV(B) 343.26º 0.59% 0.29% -
XYZ 3.63 2.51 2.48 -
YUV 44.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 73 30 42 0 0.59 0.42 0.71 343.26 0.42 0.2
Hex 49 1E 2A 0 3B 2A 47 157 2A 14
Octal 111 36 52 0 73 52 107 527 52 24
Binary 1001001 11110 101010 0 111011 101010 1000111 101010111 101010 10100

Color Harmonies of #491E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E2A

Black with #491E2A

Text Example


Text Example

White with #491E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,42); }

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

background-color css

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

 a { background-color: rgb(73,30,42); }

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

border-color css

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

 span { border-color: rgb(73,30,42); }

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