Html Css Color HEX #49222E Castro

📋 copy color: '#49222E'

red 73 ◦ green 34 ◦ blue 46

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

Shades of Castro #49222E

Tints of Castro #49222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 47.71%
G = 22.22%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49222E (or 0x49222E) is known color: Castro. HEX triplet: 49, 22 and 2E. RGB value is (73,34,46). Sum of RGB (Red+Green+Blue) = 73+34+46=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222E is #B6DDD1. Grayscale: #2F2F2F. Windows color (decimal): -11984338 or 3023433. OLE color: 3023433.

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

Color convert

RGB 73 34 46 -
CMYK 0 0.53 0.37 0.71
HSL 341.54º 0.36% 0.21% -
HSV(B) 341.54º 0.53% 0.29% -
XYZ 3.81 2.76 2.92 -
YUV 47.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 73 34 46 0 0.53 0.37 0.71 341.54 0.36 0.21
Hex 49 22 2E 0 35 25 47 156 24 15
Octal 111 42 56 0 65 45 107 526 44 25
Binary 1001001 100010 101110 0 110101 100101 1000111 101010110 100100 10101

Color Harmonies of #49222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49222E

Black with #49222E

Text Example


Text Example

White with #49222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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