#4D262E

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

Shades of Black Rose #4D262E

Tints of Black Rose #4D262E

Color information

#4D262E (or 0x4D262E) is unknown color: approx Black Rose. HEX triplet: 4D, 26 and 2E. RGB value is (77,38,46). Sum of RGB (Red+Green+Blue) = 77+38+46=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D262E is #B2D9D1. Grayscale: #323232. Windows color (decimal): -11721170 or 3024461. OLE color: 3024461.

HSL color Cylindrical-coordinate representation of color #4D262E: hue angle of 347.69º 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 #4D262E is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB773846-
CMYK00.510.400.70
HSL347.69º33.91%22.55%-
HSV(B)347.69º50.65%30.2%-
XYZ4.253.162.97-
YUV50.57125.42146.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=47.83%
G=23.60%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77384600.510.400.70347.6933.9122.55
Hex4D262E033284615c2217
Octal1154656063501065344227
Binary10011011001101011100110011101000100011010101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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