#4D2327

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

Shades of Bulgarian Rose #4D2327

Tints of Bulgarian Rose #4D2327

Color information

#4D2327 (or 0x4D2327) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 23 and 27. RGB value is (77,35,39). Sum of RGB (Red+Green+Blue) = 77+35+39=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2327 is #B2DCD8. Grayscale: #303030. Windows color (decimal): -11721945 or 2564941. OLE color: 2564941.

HSL color Cylindrical-coordinate representation of color #4D2327: hue angle of 354.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2327 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB773539-
CMYK00.550.490.70
HSL354.29º37.5%21.96%-
HSV(B)354.29º54.55%30.2%-
XYZ4.032.932.27-
YUV48.01122.91148.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.99%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=50.99%
G=23.18%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77353900.550.490.70354.2937.521.96
Hex4D232703731461622616
Octal1154347067611065424626
Binary10011011000111001110110111110001100011010110001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,35,39); }

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

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

 a { background-color: rgb(77,35,39); }

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

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

 span { border-color: rgb(77,35,39); }

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