#462223

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

Shades of Bulgarian Rose #462223

Tints of Bulgarian Rose #462223

Color information

#462223 (or 0x462223) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 22 and 23. RGB value is (70,34,35). Sum of RGB (Red+Green+Blue) = 70+34+35=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462223 is #B9DDDC. Grayscale: #2C2C2C. Windows color (decimal): -12180957 or 2302534. OLE color: 2302534.

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

Color convert

RGB703435-
CMYK00.510.50.73
HSL358.33º34.62%20.39%-
HSV(B)358.33º51.43%27.45%-
XYZ3.42.571.91-
YUV44.88122.43145.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=50.36%
G=24.46%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70343500.510.50.73358.3334.6220.39
Hex46222303332491662314
Octal1064243063621115464324
Binary10001101000101000110110011110010100100110110011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462223; }

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

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

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

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

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

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

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

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