#4B272A

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

Shades of Bulgarian Rose #4B272A

Tints of Bulgarian Rose #4B272A

Color information

#4B272A (or 0x4B272A) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 27 and 2A. RGB value is (75,39,42). Sum of RGB (Red+Green+Blue) = 75+39+42=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B272A is #B4D8D5. Grayscale: #323232. Windows color (decimal): -11851990 or 2762571. OLE color: 2762571.

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

Color convert

RGB753942-
CMYK00.480.440.71
HSL355º31.58%22.35%-
HSV(B)355º48%29.41%-
XYZ4.053.112.58-
YUV50.11123.43145.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=48.08%
G=25%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75394200.480.440.7135531.5822.35
Hex4B272A0302C471632016
Octal1134752060541075434026
Binary10010111001111010100110000101100100011110110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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