#462229

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

Shades of Bulgarian Rose #462229

Tints of Bulgarian Rose #462229

Color information

#462229 (or 0x462229) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 22 and 29. RGB value is (70,34,41). Sum of RGB (Red+Green+Blue) = 70+34+41=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462229 is #B9DDD6. Grayscale: #2D2D2D. Windows color (decimal): -12180951 or 2695750. OLE color: 2695750.

HSL color Cylindrical-coordinate representation of color #462229: hue angle of 348.33º 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 #462229 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB703441-
CMYK00.510.410.73
HSL348.33º34.62%20.39%-
HSV(B)348.33º51.43%27.45%-
XYZ3.52.612.42-
YUV45.56125.43145.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=48.28%
G=23.45%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70344100.510.410.73348.3334.6220.39
Hex462229033294915c2314
Octal1064251063511115344324
Binary10001101000101010010110011101001100100110101110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462229; }

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

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

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

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

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

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

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

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