Html Css Color HEX #49212D Castro

📋 copy color: '#49212D'

red 73 ◦ green 33 ◦ blue 45

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

Shades of Castro #49212D

Tints of Castro #49212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 48.34%
G = 21.85%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49212D (or 0x49212D) is known color: Castro. HEX triplet: 49, 21 and 2D. RGB value is (73,33,45). Sum of RGB (Red+Green+Blue) = 73+33+45=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49212D is #B6DED2. Grayscale: #2E2E2E. Windows color (decimal): -11984595 or 2957641. OLE color: 2957641.

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

Color convert

RGB 73 33 45 -
CMYK 0 0.55 0.38 0.71
HSL 342º 0.38% 0.21% -
HSV(B) 342º 0.55% 0.29% -
XYZ 3.77 2.69 2.8 -
YUV 46.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 73 33 45 0 0.55 0.38 0.71 342 0.38 0.21
Hex 49 21 2D 0 37 26 47 156 26 15
Octal 111 41 55 0 67 46 107 526 46 25
Binary 1001001 100001 101101 0 110111 100110 1000111 101010110 100110 10101

Color Harmonies of #49212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49212D

Black with #49212D

Text Example


Text Example

White with #49212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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