Html Css Color HEX #49192B Castro

📋 copy color: '#49192B'

red 73 ◦ green 25 ◦ blue 43

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

Shades of Castro #49192B

Tints of Castro #49192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 51.77%
G = 17.73%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#49192B (or 0x49192B) is known color: Castro. HEX triplet: 49, 19 and 2B. RGB value is (73,25,43). Sum of RGB (Red+Green+Blue) = 73+25+43=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49192B is #B6E6D4. Grayscale: #292929. Windows color (decimal): -11986645 or 2824521. OLE color: 2824521.

HSL color Cylindrical-coordinate representation of color #49192B: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49192B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 43 -
CMYK 0 0.66 0.41 0.71
HSL 337.5º 0.49% 0.19% -
HSV(B) 337.5º 0.66% 0.29% -
XYZ 3.53 2.29 2.54 -
YUV 41.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 73 25 43 0 0.66 0.41 0.71 337.5 0.49 0.19
Hex 49 19 2B 0 42 29 47 152 31 13
Octal 111 31 53 0 102 51 107 522 61 23
Binary 1001001 11001 101011 0 1000010 101001 1000111 101010010 110001 10011

Color Harmonies of #49192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49192B

Black with #49192B

Text Example


Text Example

White with #49192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49192B; }

 p { color: rgb(73,25,43); }

 H1.HeaderClassName
 {
   color: #49192B;
 }
 .AnyTagClassName
 {
   color: #49192B;
 }
</style>

background-color css

<style>
 a { background-color: #49192B; }

 a { background-color: rgb(73,25,43); }

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

border-color css

<style>
 span { border-color: #49192B; }

 span { border-color: rgb(73,25,43); }

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