Html Css Color HEX #4E2531 Black Rose

📋 copy color: '#4E2531'

red 78 ◦ green 37 ◦ blue 49

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

Shades of Black Rose #4E2531

Tints of Black Rose #4E2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

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

R = 47.56%
G = 22.56%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E2531 (or 0x4E2531) is known color: Black Rose. HEX triplet: 4E, 25 and 31. RGB value is (78,37,49). Sum of RGB (Red+Green+Blue) = 78+37+49=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2531 is #B1DACE. Grayscale: #323232. Windows color (decimal): -11655887 or 3220814. OLE color: 3220814.

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

Color convert

RGB 78 37 49 -
CMYK 0 0.53 0.37 0.69
HSL 342.44º 0.36% 0.23% -
HSV(B) 342.44º 0.53% 0.31% -
XYZ 4.36 3.16 3.29 -
YUV 50.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 78 37 49 0 0.53 0.37 0.69 342.44 0.36 0.23
Hex 4E 25 31 0 35 25 45 156 24 17
Octal 116 45 61 0 65 45 105 526 44 27
Binary 1001110 100101 110001 0 110101 100101 1000101 101010110 100100 10111

Color Harmonies of #4E2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2531

Black with #4E2531

Text Example


Text Example

White with #4E2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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