#4E252A

Color #4E252A Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #4E252A

Tints of Bulgarian Rose #4E252A

Color information

#4E252A (or 0x4E252A) is unknown color: approx Bulgarian Rose. HEX triplet: 4E, 25 and 2A. RGB value is (78,37,42). Sum of RGB (Red+Green+Blue) = 78+37+42=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E252A is #B1DAD5. Grayscale: #313131. Windows color (decimal): -11655894 or 2762062. OLE color: 2762062.

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

Color convert

RGB783742-
CMYK00.530.460.69
HSL352.68º35.65%22.55%-
HSV(B)352.68º52.56%30.59%-
XYZ4.223.112.57-
YUV49.83123.58148.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=49.68%
G=23.57%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78374200.530.460.69352.6835.6522.55
Hex4E252A0352E451612417
Octal1164552065561055414427
Binary10011101001011010100110101101110100010110110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E252A;
 }
 .AnyTagClassName
 {
   color: #4E252A;
 }
</style>
background-color css

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

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

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

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

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

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