Html Css Color HEX #4A2531 Castro

📋 copy color: '#4A2531'

red 74 ◦ green 37 ◦ blue 49

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

Shades of Castro #4A2531

Tints of Castro #4A2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 46.25%
G = 23.13%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A2531 (or 0x4A2531) is known color: Castro. HEX triplet: 4A, 25 and 31. RGB value is (74,37,49). Sum of RGB (Red+Green+Blue) = 74+37+49=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2531 is #B5DACE. Grayscale: #313131. Windows color (decimal): -11918031 or 3220810. OLE color: 3220810.

HSL color Cylindrical-coordinate representation of color #4A2531: hue angle of 340.54º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2531 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 37 49 -
CMYK 0 0.50 0.34 0.71
HSL 340.54º 0.33% 0.22% -
HSV(B) 340.54º 0.5% 0.29% -
XYZ 4.04 3 3.27 -
YUV 49.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 74 37 49 0 0.50 0.34 0.71 340.54 0.33 0.22
Hex 4A 25 31 0 32 22 47 155 21 16
Octal 112 45 61 0 62 42 107 525 41 26
Binary 1001010 100101 110001 0 110010 100010 1000111 101010101 100001 10110

Color Harmonies of #4A2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2531

Black with #4A2531

Text Example


Text Example

White with #4A2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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