Html Css Color HEX #49222D Castro

📋 copy color: '#49222D'

red 73 ◦ green 34 ◦ blue 45

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

Shades of Castro #49222D

Tints of Castro #49222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 48.03%
G = 22.37%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49222D (or 0x49222D) is known color: Castro. HEX triplet: 49, 22 and 2D. RGB value is (73,34,45). Sum of RGB (Red+Green+Blue) = 73+34+45=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222D is #B6DDD2. Grayscale: #2E2E2E. Windows color (decimal): -11984339 or 2957897. OLE color: 2957897.

HSL color Cylindrical-coordinate representation of color #49222D: hue angle of 343.08º 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 #49222D is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 45 -
CMYK 0 0.53 0.38 0.71
HSL 343.08º 0.36% 0.21% -
HSV(B) 343.08º 0.53% 0.29% -
XYZ 3.79 2.75 2.81 -
YUV 46.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 73 34 45 0 0.53 0.38 0.71 343.08 0.36 0.21
Hex 49 22 2D 0 35 26 47 157 24 15
Octal 111 42 55 0 65 46 107 527 44 25
Binary 1001001 100010 101101 0 110101 100110 1000111 101010111 100100 10101

Color Harmonies of #49222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49222D

Black with #49222D

Text Example


Text Example

White with #49222D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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