#4D262A

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

Shades of Bulgarian Rose #4D262A

Tints of Bulgarian Rose #4D262A

Color information

#4D262A (or 0x4D262A) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 26 and 2A. RGB value is (77,38,42). Sum of RGB (Red+Green+Blue) = 77+38+42=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D262A is #B2D9D5. Grayscale: #323232. Windows color (decimal): -11721174 or 2762317. OLE color: 2762317.

HSL color Cylindrical-coordinate representation of color #4D262A: hue angle of 353.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D262A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB773842-
CMYK00.510.450.70
HSL353.85º33.91%22.55%-
HSV(B)353.85º50.65%30.2%-
XYZ4.173.132.57-
YUV50.12123.42147.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=49.04%
G=24.20%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77384200.510.450.70353.8533.9122.55
Hex4D262A0332D461622217
Octal1154652063551065424227
Binary10011011001101010100110011101101100011010110001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,42); }

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

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

 a { background-color: rgb(77,38,42); }

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

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

 span { border-color: rgb(77,38,42); }

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