#4A2429

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

Shades of Bulgarian Rose #4A2429

Tints of Bulgarian Rose #4A2429

Color information

#4A2429 (or 0x4A2429) is unknown color: approx Bulgarian Rose. HEX triplet: 4A, 24 and 29. RGB value is (74,36,41). Sum of RGB (Red+Green+Blue) = 74+36+41=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2429 is #B5DBD6. Grayscale: #2F2F2F. Windows color (decimal): -11918295 or 2696266. OLE color: 2696266.

HSL color Cylindrical-coordinate representation of color #4A2429: hue angle of 352.11º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2429 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB743641-
CMYK00.510.450.71
HSL352.11º34.55%21.57%-
HSV(B)352.11º51.35%29.02%-
XYZ3.862.882.45-
YUV47.93124.09146.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.01%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=49.01%
G=23.84%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74364100.510.450.71352.1134.5521.57
Hex4A24290332D471602316
Octal1124451063551075404326
Binary10010101001001010010110011101101100011110110000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,41); }

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

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

 a { background-color: rgb(74,36,41); }

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

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

 span { border-color: rgb(74,36,41); }

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