#462021

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

Shades of Bulgarian Rose #462021

Tints of Bulgarian Rose #462021

Color information

#462021 (or 0x462021) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 20 and 21. RGB value is (70,32,33). Sum of RGB (Red+Green+Blue) = 70+32+33=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #462021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462021 is #B9DFDE. Grayscale: #2B2B2B. Windows color (decimal): -12181471 or 2170950. OLE color: 2170950.

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

Color convert

RGB703233-
CMYK00.540.530.73
HSL358.42º37.25%20%-
HSV(B)358.42º54.29%27.45%-
XYZ3.322.441.74-
YUV43.48122.09146.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=51.85%
G=23.70%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70323300.540.530.73358.4237.2520
Hex46202103635491662514
Octal1064041066651115464524
Binary10001101000001000010110110110101100100110110011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462021; }

 p { color: rgb(70,32,33); }

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

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

 a { background-color: rgb(70,32,33); }

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

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

 span { border-color: rgb(70,32,33); }

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