#462527

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

Shades of Bulgarian Rose #462527

Tints of Bulgarian Rose #462527

Color information

#462527 (or 0x462527) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 25 and 27. RGB value is (70,37,39). Sum of RGB (Red+Green+Blue) = 70+37+39=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462527 is #B9DAD8. Grayscale: #2F2F2F. Windows color (decimal): -12180185 or 2565446. OLE color: 2565446.

HSL color Cylindrical-coordinate representation of color #462527: hue angle of 356.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462527 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB703739-
CMYK00.470.440.73
HSL356.36º30.84%20.98%-
HSV(B)356.36º47.14%27.45%-
XYZ3.552.772.27-
YUV47.1123.43144.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=47.95%
G=25.34%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70373900.470.440.73356.3630.8420.98
Hex46252702F2C491641f15
Octal1064547057541115443725
Binary1000110100101100111010111110110010010011011001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462527; }

 p { color: rgb(70,37,39); }

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

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

 a { background-color: rgb(70,37,39); }

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

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

 span { border-color: rgb(70,37,39); }

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