#4B252A

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

Shades of Bulgarian Rose #4B252A

Tints of Bulgarian Rose #4B252A

Color information

#4B252A (or 0x4B252A) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 25 and 2A. RGB value is (75,37,42). Sum of RGB (Red+Green+Blue) = 75+37+42=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252A is #B4DAD5. Grayscale: #303030. Windows color (decimal): -11852502 or 2762059. OLE color: 2762059.

HSL color Cylindrical-coordinate representation of color #4B252A: hue angle of 352.11º degrees, saturation: 0.34, 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 #4B252A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB753742-
CMYK00.510.440.71
HSL352.11º33.93%21.96%-
HSV(B)352.11º50.67%29.41%-
XYZ3.982.992.56-
YUV48.93124.09146.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.70%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=48.70%
G=24.03%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75374200.510.440.71352.1133.9321.96
Hex4B252A0332C471602216
Octal1134552063541075404226
Binary10010111001011010100110011101100100011110110000010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,42); }

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

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

 a { background-color: rgb(75,37,42); }

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

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

 span { border-color: rgb(75,37,42); }

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