Html Css Color HEX #4E2134 Castro

📋 copy color: '#4E2134'

red 78 ◦ green 33 ◦ blue 52

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

Shades of Castro #4E2134

Tints of Castro #4E2134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

 BLUE value IS 52 (20.7% from 255) = 31.9%

R = 47.85%
G = 20.25%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4E2134 (or 0x4E2134) is known color: Castro. HEX triplet: 4E, 21 and 34. RGB value is (78,33,52). Sum of RGB (Red+Green+Blue) = 78+33+52=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2134 is #B1DECB. Grayscale: #303030. Windows color (decimal): -11656908 or 3416398. OLE color: 3416398.

HSL color Cylindrical-coordinate representation of color #4E2134: hue angle of 334.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2134 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 33 52 -
CMYK 0 0.58 0.33 0.69
HSL 334.67º 0.41% 0.22% -
HSV(B) 334.67º 0.58% 0.31% -
XYZ 4.31 2.96 3.59 -
YUV 48.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 78 33 52 0 0.58 0.33 0.69 334.67 0.41 0.22
Hex 4E 21 34 0 3A 21 45 14F 29 16
Octal 116 41 64 0 72 41 105 517 51 26
Binary 1001110 100001 110100 0 111010 100001 1000101 101001111 101001 10110

Color Harmonies of #4E2134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2134

Black with #4E2134

Text Example


Text Example

White with #4E2134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,52); }

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

background-color css

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

 a { background-color: rgb(78,33,52); }

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

border-color css

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

 span { border-color: rgb(78,33,52); }

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