Html Css Color HEX #49222F Castro

📋 copy color: '#49222F'

red 73 ◦ green 34 ◦ blue 47

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

Shades of Castro #49222F

Tints of Castro #49222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 47 (18.75% from 255) = 30.52%

R = 47.4%
G = 22.08%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49222F (or 0x49222F) is known color: Castro. HEX triplet: 49, 22 and 2F. RGB value is (73,34,47). Sum of RGB (Red+Green+Blue) = 73+34+47=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222F is #B6DDD0. Grayscale: #2F2F2F. Windows color (decimal): -11984337 or 3088969. OLE color: 3088969.

HSL color Cylindrical-coordinate representation of color #49222F: hue angle of 340º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49222F is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 47 -
CMYK 0 0.53 0.36 0.71
HSL 340º 0.36% 0.21% -
HSV(B) 340º 0.53% 0.29% -
XYZ 3.83 2.77 3.02 -
YUV 47.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 73 34 47 0 0.53 0.36 0.71 340 0.36 0.21
Hex 49 22 2F 0 35 24 47 154 24 15
Octal 111 42 57 0 65 44 107 524 44 25
Binary 1001001 100010 101111 0 110101 100100 1000111 101010100 100100 10101

Color Harmonies of #49222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49222F

Black with #49222F

Text Example


Text Example

White with #49222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49222F; }

 p { color: rgb(73,34,47); }

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

background-color css

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

 a { background-color: rgb(73,34,47); }

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

border-color css

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

 span { border-color: rgb(73,34,47); }

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