Html Css Color HEX #4A1529 Castro

📋 copy color: '#4A1529'

red 74 ◦ green 21 ◦ blue 41

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

Shades of Castro #4A1529

Tints of Castro #4A1529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 41 (16.41% from 255) = 30.15%

R = 54.41%
G = 15.44%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4A1529 (or 0x4A1529) is known color: Castro. HEX triplet: 4A, 15 and 29. RGB value is (74,21,41). Sum of RGB (Red+Green+Blue) = 74+21+41=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1529 is #B5EAD6. Grayscale: #272727. Windows color (decimal): -11922135 or 2692426. OLE color: 2692426.

HSL color Cylindrical-coordinate representation of color #4A1529: hue angle of 337.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A1529 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 21 41 -
CMYK 0 0.72 0.45 0.71
HSL 337.36º 0.56% 0.19% -
HSV(B) 337.36º 0.72% 0.29% -
XYZ 3.49 2.15 2.33 -
YUV 39.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 74 21 41 0 0.72 0.45 0.71 337.36 0.56 0.19
Hex 4A 15 29 0 48 2D 47 151 38 13
Octal 112 25 51 0 110 55 107 521 70 23
Binary 1001010 10101 101001 0 1001000 101101 1000111 101010001 111000 10011

Color Harmonies of #4A1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1529

Black with #4A1529

Text Example


Text Example

White with #4A1529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,41); }

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

background-color css

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

 a { background-color: rgb(74,21,41); }

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

border-color css

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

 span { border-color: rgb(74,21,41); }

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