Html Css Color HEX #4E2232 Castro

📋 copy color: '#4E2232'

red 78 ◦ green 34 ◦ blue 50

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

Shades of Castro #4E2232

Tints of Castro #4E2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 48.15%
G = 20.99%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E2232 (or 0x4E2232) is known color: Castro. HEX triplet: 4E, 22 and 32. RGB value is (78,34,50). Sum of RGB (Red+Green+Blue) = 78+34+50=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2232 is #B1DDCD. Grayscale: #303030. Windows color (decimal): -11656654 or 3285582. OLE color: 3285582.

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

Color convert

RGB 78 34 50 -
CMYK 0 0.56 0.36 0.69
HSL 338.18º 0.39% 0.22% -
HSV(B) 338.18º 0.56% 0.31% -
XYZ 4.29 2.99 3.37 -
YUV 48.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 78 34 50 0 0.56 0.36 0.69 338.18 0.39 0.22
Hex 4E 22 32 0 38 24 45 152 27 16
Octal 116 42 62 0 70 44 105 522 47 26
Binary 1001110 100010 110010 0 111000 100100 1000101 101010010 100111 10110

Color Harmonies of #4E2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2232

Black with #4E2232

Text Example


Text Example

White with #4E2232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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