#462227

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

Shades of Bulgarian Rose #462227

Tints of Bulgarian Rose #462227

Color information

#462227 (or 0x462227) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 22 and 27. RGB value is (70,34,39). Sum of RGB (Red+Green+Blue) = 70+34+39=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462227 is #B9DDD8. Grayscale: #2D2D2D. Windows color (decimal): -12180953 or 2564678. OLE color: 2564678.

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

Color convert

RGB703439-
CMYK00.510.440.73
HSL351.67º34.62%20.39%-
HSV(B)351.67º51.43%27.45%-
XYZ3.462.592.24-
YUV45.33124.43145.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=48.95%
G=23.78%
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.73
SystemRedGreenBlueCMYKHSL
Decimal70343900.510.440.73351.6734.6220.39
Hex4622270332C491602314
Octal1064247063541115404324
Binary10001101000101001110110011101100100100110110000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462227; }

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

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

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

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

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

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

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

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