Html Css Color HEX #49232E Castro

📋 copy color: '#49232E'

red 73 ◦ green 35 ◦ blue 46

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

Shades of Castro #49232E

Tints of Castro #49232E

RGB

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

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

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

R = 47.4%
G = 22.73%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49232E (or 0x49232E) is known color: Castro. HEX triplet: 49, 23 and 2E. RGB value is (73,35,46). Sum of RGB (Red+Green+Blue) = 73+35+46=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49232E is #B6DCD1. Grayscale: #2F2F2F. Windows color (decimal): -11984082 or 3023689. OLE color: 3023689.

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

Color convert

RGB 73 35 46 -
CMYK 0 0.52 0.37 0.71
HSL 342.63º 0.35% 0.21% -
HSV(B) 342.63º 0.52% 0.29% -
XYZ 3.84 2.82 2.93 -
YUV 47.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 73 35 46 0 0.52 0.37 0.71 342.63 0.35 0.21
Hex 49 23 2E 0 34 25 47 157 23 15
Octal 111 43 56 0 64 45 107 527 43 25
Binary 1001001 100011 101110 0 110100 100101 1000111 101010111 100011 10101

Color Harmonies of #49232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49232E

Black with #49232E

Text Example


Text Example

White with #49232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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