Html Css Color HEX #4A1D2F Castro

📋 copy color: '#4A1D2F'

red 74 ◦ green 29 ◦ blue 47

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

Shades of Castro #4A1D2F

Tints of Castro #4A1D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 49.33%
G = 19.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4A1D2F (or 0x4A1D2F) is known color: Castro. HEX triplet: 4A, 1D and 2F. RGB value is (74,29,47). Sum of RGB (Red+Green+Blue) = 74+29+47=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1D2F is #B5E2D0. Grayscale: #2C2C2C. Windows color (decimal): -11920081 or 3087690. OLE color: 3087690.

HSL color Cylindrical-coordinate representation of color #4A1D2F: hue angle of 336º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A1D2F is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 29 47 -
CMYK 0 0.61 0.36 0.71
HSL 336º 0.44% 0.2% -
HSV(B) 336º 0.61% 0.29% -
XYZ 3.78 2.54 2.98 -
YUV 44.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 74 29 47 0 0.61 0.36 0.71 336 0.44 0.2
Hex 4A 1D 2F 0 3D 24 47 150 2C 14
Octal 112 35 57 0 75 44 107 520 54 24
Binary 1001010 11101 101111 0 111101 100100 1000111 101010000 101100 10100

Color Harmonies of #4A1D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D2F

Black with #4A1D2F

Text Example


Text Example

White with #4A1D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,29,47); }

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

background-color css

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

 a { background-color: rgb(74,29,47); }

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

border-color css

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

 span { border-color: rgb(74,29,47); }

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