Html Css Color HEX #4E182A Castro

📋 copy color: '#4E182A'

red 78 ◦ green 24 ◦ blue 42

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

Shades of Castro #4E182A

Tints of Castro #4E182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 54.17%
G = 16.67%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E182A (or 0x4E182A) is known color: Castro. HEX triplet: 4E, 18 and 2A. RGB value is (78,24,42). Sum of RGB (Red+Green+Blue) = 78+24+42=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E182A is #B1E7D5. Grayscale: #2A2A2A. Windows color (decimal): -11659222 or 2758734. OLE color: 2758734.

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

Color convert

RGB 78 24 42 -
CMYK 0 0.69 0.46 0.69
HSL 340º 0.53% 0.2% -
HSV(B) 340º 0.69% 0.31% -
XYZ 3.89 2.44 2.46 -
YUV 42.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 78 24 42 0 0.69 0.46 0.69 340 0.53 0.2
Hex 4E 18 2A 0 45 2E 45 154 35 14
Octal 116 30 52 0 105 56 105 524 65 24
Binary 1001110 11000 101010 0 1000101 101110 1000101 101010100 110101 10100

Color Harmonies of #4E182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E182A

Black with #4E182A

Text Example


Text Example

White with #4E182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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