Html Css Color HEX #49232C Castro

📋 copy color: '#49232C'

red 73 ◦ green 35 ◦ blue 44

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

Shades of Castro #49232C

Tints of Castro #49232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 48.03%
G = 23.03%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49232C (or 0x49232C) is known color: Castro. HEX triplet: 49, 23 and 2C. RGB value is (73,35,44). Sum of RGB (Red+Green+Blue) = 73+35+44=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49232C is #B6DCD3. Grayscale: #2F2F2F. Windows color (decimal): -11984084 or 2892617. OLE color: 2892617.

HSL color Cylindrical-coordinate representation of color #49232C: hue angle of 345.79º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49232C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 44 -
CMYK 0 0.52 0.40 0.71
HSL 345.79º 0.35% 0.21% -
HSV(B) 345.79º 0.52% 0.29% -
XYZ 3.8 2.8 2.72 -
YUV 47.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 73 35 44 0 0.52 0.40 0.71 345.79 0.35 0.21
Hex 49 23 2C 0 34 28 47 15A 23 15
Octal 111 43 54 0 64 50 107 532 43 25
Binary 1001001 100011 101100 0 110100 101000 1000111 101011010 100011 10101

Color Harmonies of #49232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49232C

Black with #49232C

Text Example


Text Example

White with #49232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49232C; }

 p { color: rgb(73,35,44); }

 H1.HeaderClassName
 {
   color: #49232C;
 }
 .AnyTagClassName
 {
   color: #49232C;
 }
</style>

background-color css

<style>
 a { background-color: #49232C; }

 a { background-color: rgb(73,35,44); }

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

border-color css

<style>
 span { border-color: #49232C; }

 span { border-color: rgb(73,35,44); }

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