Html Css Color HEX #4E1C31 Castro

📋 copy color: '#4E1C31'

red 78 ◦ green 28 ◦ blue 49

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

Shades of Castro #4E1C31

Tints of Castro #4E1C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

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

R = 50.32%
G = 18.06%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E1C31 (or 0x4E1C31) is known color: Castro. HEX triplet: 4E, 1C and 31. RGB value is (78,28,49). Sum of RGB (Red+Green+Blue) = 78+28+49=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C31 is #B1E3CE. Grayscale: #2D2D2D. Windows color (decimal): -11658191 or 3218510. OLE color: 3218510.

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

Color convert

RGB 78 28 49 -
CMYK 0 0.64 0.37 0.69
HSL 334.8º 0.47% 0.21% -
HSV(B) 334.8º 0.64% 0.31% -
XYZ 4.11 2.67 3.2 -
YUV 45.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 78 28 49 0 0.64 0.37 0.69 334.8 0.47 0.21
Hex 4E 1C 31 0 40 25 45 14F 2F 15
Octal 116 34 61 0 100 45 105 517 57 25
Binary 1001110 11100 110001 0 1000000 100101 1000101 101001111 101111 10101

Color Harmonies of #4E1C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C31

Black with #4E1C31

Text Example


Text Example

White with #4E1C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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