Html Css Color HEX #4A2131 Castro

📋 copy color: '#4A2131'

red 74 ◦ green 33 ◦ blue 49

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

Shades of Castro #4A2131

Tints of Castro #4A2131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 47.44%
G = 21.15%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A2131 (or 0x4A2131) is known color: Castro. HEX triplet: 4A, 21 and 31. RGB value is (74,33,49). Sum of RGB (Red+Green+Blue) = 74+33+49=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2131 is #B5DECE. Grayscale: #2F2F2F. Windows color (decimal): -11919055 or 3219786. OLE color: 3219786.

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

Color convert

RGB 74 33 49 -
CMYK 0 0.55 0.34 0.71
HSL 336.59º 0.38% 0.21% -
HSV(B) 336.59º 0.55% 0.29% -
XYZ 3.92 2.77 3.23 -
YUV 47.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 74 33 49 0 0.55 0.34 0.71 336.59 0.38 0.21
Hex 4A 21 31 0 37 22 47 151 26 15
Octal 112 41 61 0 67 42 107 521 46 25
Binary 1001010 100001 110001 0 110111 100010 1000111 101010001 100110 10101

Color Harmonies of #4A2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2131

Black with #4A2131

Text Example


Text Example

White with #4A2131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,33,49); }

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

background-color css

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

 a { background-color: rgb(74,33,49); }

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

border-color css

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

 span { border-color: rgb(74,33,49); }

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