#462627

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

Shades of Bulgarian Rose #462627

Tints of Bulgarian Rose #462627

Color information

#462627 (or 0x462627) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 26 and 27. RGB value is (70,38,39). Sum of RGB (Red+Green+Blue) = 70+38+39=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462627 is #B9D9D8. Grayscale: #2F2F2F. Windows color (decimal): -12179929 or 2565702. OLE color: 2565702.

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

Color convert

RGB703839-
CMYK00.460.440.73
HSL358.12º29.63%21.18%-
HSV(B)358.12º45.71%27.45%-
XYZ3.592.832.28-
YUV47.68123.1143.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=47.62%
G=25.85%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70383900.460.440.73358.1229.6321.18
Hex46262702E2C491661e15
Octal1064647056541115463625
Binary1000110100110100111010111010110010010011011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462627; }

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

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

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

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

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

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

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

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