Html Css Color HEX #49202B Castro

📋 copy color: '#49202B'

red 73 ◦ green 32 ◦ blue 43

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

Shades of Castro #49202B

Tints of Castro #49202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

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

R = 49.32%
G = 21.62%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#49202B (or 0x49202B) is known color: Castro. HEX triplet: 49, 20 and 2B. RGB value is (73,32,43). Sum of RGB (Red+Green+Blue) = 73+32+43=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #49202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49202B is #B6DFD4. Grayscale: #2D2D2D. Windows color (decimal): -11984853 or 2826313. OLE color: 2826313.

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

Color convert

RGB 73 32 43 -
CMYK 0 0.56 0.41 0.71
HSL 343.9º 0.39% 0.21% -
HSV(B) 343.9º 0.56% 0.29% -
XYZ 3.7 2.62 2.6 -
YUV 45.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 73 32 43 0 0.56 0.41 0.71 343.9 0.39 0.21
Hex 49 20 2B 0 38 29 47 158 27 15
Octal 111 40 53 0 70 51 107 530 47 25
Binary 1001001 100000 101011 0 111000 101001 1000111 101011000 100111 10101

Color Harmonies of #49202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49202B

Black with #49202B

Text Example


Text Example

White with #49202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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