Html Css Color HEX #4E2231 Castro

📋 copy color: '#4E2231'

red 78 ◦ green 34 ◦ blue 49

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

Shades of Castro #4E2231

Tints of Castro #4E2231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 48.45%
G = 21.12%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E2231 (or 0x4E2231) is known color: Castro. HEX triplet: 4E, 22 and 31. RGB value is (78,34,49). Sum of RGB (Red+Green+Blue) = 78+34+49=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2231 is #B1DDCE. Grayscale: #303030. Windows color (decimal): -11656655 or 3220046. OLE color: 3220046.

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

Color convert

RGB 78 34 49 -
CMYK 0 0.56 0.37 0.69
HSL 339.55º 0.39% 0.22% -
HSV(B) 339.55º 0.56% 0.31% -
XYZ 4.27 2.99 3.26 -
YUV 48.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 78 34 49 0 0.56 0.37 0.69 339.55 0.39 0.22
Hex 4E 22 31 0 38 25 45 154 27 16
Octal 116 42 61 0 70 45 105 524 47 26
Binary 1001110 100010 110001 0 111000 100101 1000101 101010100 100111 10110

Color Harmonies of #4E2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2231

Black with #4E2231

Text Example


Text Example

White with #4E2231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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