#4D232A

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

Shades of Bulgarian Rose #4D232A

Tints of Bulgarian Rose #4D232A

Color information

#4D232A (or 0x4D232A) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 23 and 2A. RGB value is (77,35,42). Sum of RGB (Red+Green+Blue) = 77+35+42=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D232A is #B2DCD5. Grayscale: #303030. Windows color (decimal): -11721942 or 2761549. OLE color: 2761549.

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

Color convert

RGB773542-
CMYK00.550.450.70
HSL350º37.5%21.96%-
HSV(B)350º54.55%30.2%-
XYZ4.082.952.54-
YUV48.36124.41148.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=50%
G=22.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77354200.550.450.7035037.521.96
Hex4D232A0372D4615e2616
Octal1154352067551065364626
Binary10011011000111010100110111101101100011010101111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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