Html Css Color HEX #4E1D31 Castro

📋 copy color: '#4E1D31'

red 78 ◦ green 29 ◦ blue 49

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

Shades of Castro #4E1D31

Tints of Castro #4E1D31

RGB

 RED value IS 78 (30.86% from 255) = 50%

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

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

R = 50%
G = 18.59%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E1D31 (or 0x4E1D31) is known color: Castro. HEX triplet: 4E, 1D and 31. RGB value is (78,29,49). Sum of RGB (Red+Green+Blue) = 78+29+49=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D31 is #B1E2CE. Grayscale: #2D2D2D. Windows color (decimal): -11657935 or 3218766. OLE color: 3218766.

HSL color Cylindrical-coordinate representation of color #4E1D31: hue angle of 335.51º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D31 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 29 49 -
CMYK 0 0.63 0.37 0.69
HSL 335.51º 0.46% 0.21% -
HSV(B) 335.51º 0.63% 0.31% -
XYZ 4.14 2.72 3.21 -
YUV 45.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 78 29 49 0 0.63 0.37 0.69 335.51 0.46 0.21
Hex 4E 1D 31 0 3F 25 45 150 2E 15
Octal 116 35 61 0 77 45 105 520 56 25
Binary 1001110 11101 110001 0 111111 100101 1000101 101010000 101110 10101

Color Harmonies of #4E1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D31

Black with #4E1D31

Text Example


Text Example

White with #4E1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,29,49); }

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

background-color css

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

 a { background-color: rgb(78,29,49); }

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

border-color css

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

 span { border-color: rgb(78,29,49); }

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