Html Css Color HEX #4E252B Bulgarian Rose

📋 copy color: '#4E252B'

red 78 ◦ green 37 ◦ blue 43

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

Shades of Bulgarian Rose #4E252B

Tints of Bulgarian Rose #4E252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 49.37%
G = 23.42%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E252B (or 0x4E252B) is known color: Bulgarian Rose. HEX triplet: 4E, 25 and 2B. RGB value is (78,37,43). Sum of RGB (Red+Green+Blue) = 78+37+43=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E252B is #B1DAD4. Grayscale: #313131. Windows color (decimal): -11655893 or 2827598. OLE color: 2827598.

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

Color convert

RGB 78 37 43 -
CMYK 0 0.53 0.45 0.69
HSL 351.22º 0.36% 0.23% -
HSV(B) 351.22º 0.53% 0.31% -
XYZ 4.24 3.12 2.66 -
YUV 49.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 78 37 43 0 0.53 0.45 0.69 351.22 0.36 0.23
Hex 4E 25 2B 0 35 2D 45 15F 24 17
Octal 116 45 53 0 65 55 105 537 44 27
Binary 1001110 100101 101011 0 110101 101101 1000101 101011111 100100 10111

Color Harmonies of #4E252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E252B

Black with #4E252B

Text Example


Text Example

White with #4E252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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