Html Css Color HEX #4E152A Castro

📋 copy color: '#4E152A'

red 78 ◦ green 21 ◦ blue 42

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

Shades of Castro #4E152A

Tints of Castro #4E152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 55.32%
G = 14.89%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E152A (or 0x4E152A) is known color: Castro. HEX triplet: 4E, 15 and 2A. RGB value is (78,21,42). Sum of RGB (Red+Green+Blue) = 78+21+42=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152A is #B1EAD5. Grayscale: #282828. Windows color (decimal): -11659990 or 2757966. OLE color: 2757966.

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

Color convert

RGB 78 21 42 -
CMYK 0 0.73 0.46 0.69
HSL 337.89º 0.58% 0.19% -
HSV(B) 337.89º 0.73% 0.31% -
XYZ 3.83 2.32 2.44 -
YUV 40.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 78 21 42 0 0.73 0.46 0.69 337.89 0.58 0.19
Hex 4E 15 2A 0 49 2E 45 152 3A 13
Octal 116 25 52 0 111 56 105 522 72 23
Binary 1001110 10101 101010 0 1001001 101110 1000101 101010010 111010 10011

Color Harmonies of #4E152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E152A

Black with #4E152A

Text Example


Text Example

White with #4E152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,21,42); }

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

background-color css

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

 a { background-color: rgb(78,21,42); }

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

border-color css

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

 span { border-color: rgb(78,21,42); }

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