Html Css Color HEX #4E2131 Castro

📋 copy color: '#4E2131'

red 78 ◦ green 33 ◦ blue 49

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

Shades of Castro #4E2131

Tints of Castro #4E2131

RGB

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

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

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

R = 48.75%
G = 20.63%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E2131 (or 0x4E2131) is known color: Castro. HEX triplet: 4E, 21 and 31. RGB value is (78,33,49). Sum of RGB (Red+Green+Blue) = 78+33+49=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2131 is #B1DECE. Grayscale: #303030. Windows color (decimal): -11656911 or 3219790. OLE color: 3219790.

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

Color convert

RGB 78 33 49 -
CMYK 0 0.58 0.37 0.69
HSL 338.67º 0.41% 0.22% -
HSV(B) 338.67º 0.58% 0.31% -
XYZ 4.24 2.93 3.25 -
YUV 48.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 78 33 49 0 0.58 0.37 0.69 338.67 0.41 0.22
Hex 4E 21 31 0 3A 25 45 153 29 16
Octal 116 41 61 0 72 45 105 523 51 26
Binary 1001110 100001 110001 0 111010 100101 1000101 101010011 101001 10110

Color Harmonies of #4E2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2131

Black with #4E2131

Text Example


Text Example

White with #4E2131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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