Html Css Color HEX #4E2334 Castro

📋 copy color: '#4E2334'

red 78 ◦ green 35 ◦ blue 52

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

Shades of Castro #4E2334

Tints of Castro #4E2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 47.27%
G = 21.21%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4E2334 (or 0x4E2334) is known color: Castro. HEX triplet: 4E, 23 and 34. RGB value is (78,35,52). Sum of RGB (Red+Green+Blue) = 78+35+52=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2334 is #B1DCCB. Grayscale: #313131. Windows color (decimal): -11656396 or 3416910. OLE color: 3416910.

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

Color convert

RGB 78 35 52 -
CMYK 0 0.55 0.33 0.69
HSL 336.28º 0.38% 0.22% -
HSV(B) 336.28º 0.55% 0.31% -
XYZ 4.36 3.07 3.61 -
YUV 49.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 78 35 52 0 0.55 0.33 0.69 336.28 0.38 0.22
Hex 4E 23 34 0 37 21 45 150 26 16
Octal 116 43 64 0 67 41 105 520 46 26
Binary 1001110 100011 110100 0 110111 100001 1000101 101010000 100110 10110

Color Harmonies of #4E2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2334

Black with #4E2334

Text Example


Text Example

White with #4E2334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,35,52); }

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

background-color css

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

 a { background-color: rgb(78,35,52); }

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

border-color css

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

 span { border-color: rgb(78,35,52); }

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