#462427

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

Shades of Bulgarian Rose #462427

Tints of Bulgarian Rose #462427

Color information

#462427 (or 0x462427) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 24 and 27. RGB value is (70,36,39). Sum of RGB (Red+Green+Blue) = 70+36+39=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462427 is #B9DBD8. Grayscale: #2E2E2E. Windows color (decimal): -12180441 or 2565190. OLE color: 2565190.

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

Color convert

RGB703639-
CMYK00.490.440.73
HSL354.71º32.08%20.78%-
HSV(B)354.71º48.57%27.45%-
XYZ3.522.712.26-
YUV46.51123.76144.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=48.28%
G=24.83%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70363900.490.440.73354.7132.0820.78
Hex4624270312C491632015
Octal1064447061541115434025
Binary10001101001001001110110001101100100100110110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462427; }

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

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

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

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

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

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

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

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