Html Css Color HEX #49232F Castro

📋 copy color: '#49232F'

red 73 ◦ green 35 ◦ blue 47

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

Shades of Castro #49232F

Tints of Castro #49232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 47.1%
G = 22.58%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49232F (or 0x49232F) is known color: Castro. HEX triplet: 49, 23 and 2F. RGB value is (73,35,47). Sum of RGB (Red+Green+Blue) = 73+35+47=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49232F is #B6DCD0. Grayscale: #2F2F2F. Windows color (decimal): -11984081 or 3089225. OLE color: 3089225.

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

Color convert

RGB 73 35 47 -
CMYK 0 0.52 0.36 0.71
HSL 341.05º 0.35% 0.21% -
HSV(B) 341.05º 0.52% 0.29% -
XYZ 3.86 2.82 3.03 -
YUV 47.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 73 35 47 0 0.52 0.36 0.71 341.05 0.35 0.21
Hex 49 23 2F 0 34 24 47 155 23 15
Octal 111 43 57 0 64 44 107 525 43 25
Binary 1001001 100011 101111 0 110100 100100 1000111 101010101 100011 10101

Color Harmonies of #49232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49232F

Black with #49232F

Text Example


Text Example

White with #49232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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