Html Css Color HEX #4E182B Castro

📋 copy color: '#4E182B'

red 78 ◦ green 24 ◦ blue 43

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

Shades of Castro #4E182B

Tints of Castro #4E182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 53.79%
G = 16.55%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E182B (or 0x4E182B) is known color: Castro. HEX triplet: 4E, 18 and 2B. RGB value is (78,24,43). Sum of RGB (Red+Green+Blue) = 78+24+43=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E182B is #B1E7D4. Grayscale: #2A2A2A. Windows color (decimal): -11659221 or 2824270. OLE color: 2824270.

HSL color Cylindrical-coordinate representation of color #4E182B: hue angle of 338.89º 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 #4E182B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 24 43 -
CMYK 0 0.69 0.45 0.69
HSL 338.89º 0.53% 0.2% -
HSV(B) 338.89º 0.69% 0.31% -
XYZ 3.9 2.45 2.55 -
YUV 42.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 78 24 43 0 0.69 0.45 0.69 338.89 0.53 0.2
Hex 4E 18 2B 0 45 2D 45 153 35 14
Octal 116 30 53 0 105 55 105 523 65 24
Binary 1001110 11000 101011 0 1000101 101101 1000101 101010011 110101 10100

Color Harmonies of #4E182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E182B

Black with #4E182B

Text Example


Text Example

White with #4E182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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