Html Css Color HEX #49172A Castro

📋 copy color: '#49172A'

red 73 ◦ green 23 ◦ blue 42

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

Shades of Castro #49172A

Tints of Castro #49172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 52.9%
G = 16.67%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49172A (or 0x49172A) is known color: Castro. HEX triplet: 49, 17 and 2A. RGB value is (73,23,42). Sum of RGB (Red+Green+Blue) = 73+23+42=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49172A is #B6E8D5. Grayscale: #282828. Windows color (decimal): -11987158 or 2758473. OLE color: 2758473.

HSL color Cylindrical-coordinate representation of color #49172A: hue angle of 337.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49172A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 23 42 -
CMYK 0 0.68 0.42 0.71
HSL 337.2º 0.52% 0.19% -
HSV(B) 337.2º 0.68% 0.29% -
XYZ 3.47 2.2 2.43 -
YUV 40.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 73 23 42 0 0.68 0.42 0.71 337.2 0.52 0.19
Hex 49 17 2A 0 44 2A 47 151 34 13
Octal 111 27 52 0 104 52 107 521 64 23
Binary 1001001 10111 101010 0 1000100 101010 1000111 101010001 110100 10011

Color Harmonies of #49172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49172A

Black with #49172A

Text Example


Text Example

White with #49172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49172A; }

 p { color: rgb(73,23,42); }

 H1.HeaderClassName
 {
   color: #49172A;
 }
 .AnyTagClassName
 {
   color: #49172A;
 }
</style>

background-color css

<style>
 a { background-color: #49172A; }

 a { background-color: rgb(73,23,42); }

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

border-color css

<style>
 span { border-color: #49172A; }

 span { border-color: rgb(73,23,42); }

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