Html Css Color HEX #4A2032 Castro

📋 copy color: '#4A2032'

red 74 ◦ green 32 ◦ blue 50

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

Shades of Castro #4A2032

Tints of Castro #4A2032

RGB

 RED value IS 74 (29.3% from 255) = 47.44%

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

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 47.44%
G = 20.51%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4A2032 (or 0x4A2032) is known color: Castro. HEX triplet: 4A, 20 and 32. RGB value is (74,32,50). Sum of RGB (Red+Green+Blue) = 74+32+50=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2032 is #B5DFCD. Grayscale: #2E2E2E. Windows color (decimal): -11919310 or 3285066. OLE color: 3285066.

HSL color Cylindrical-coordinate representation of color #4A2032: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2032 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 32 50 -
CMYK 0 0.57 0.32 0.71
HSL 334.29º 0.4% 0.21% -
HSV(B) 334.29º 0.57% 0.29% -
XYZ 3.92 2.72 3.34 -
YUV 46.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 74 32 50 0 0.57 0.32 0.71 334.29 0.4 0.21
Hex 4A 20 32 0 39 20 47 14E 28 15
Octal 112 40 62 0 71 40 107 516 50 25
Binary 1001010 100000 110010 0 111001 100000 1000111 101001110 101000 10101

Color Harmonies of #4A2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2032

Black with #4A2032

Text Example


Text Example

White with #4A2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A2032; }

 p { color: rgb(74,32,50); }

 H1.HeaderClassName
 {
   color: #4A2032;
 }
 .AnyTagClassName
 {
   color: #4A2032;
 }
</style>

background-color css

<style>
 a { background-color: #4A2032; }

 a { background-color: rgb(74,32,50); }

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

border-color css

<style>
 span { border-color: #4A2032; }

 span { border-color: rgb(74,32,50); }

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