#452021

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

Shades of Bulgarian Rose #452021

Tints of Bulgarian Rose #452021

Color information

#452021 (or 0x452021) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 20 and 21. RGB value is (69,32,33). Sum of RGB (Red+Green+Blue) = 69+32+33=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #452021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452021 is #BADFDE. Grayscale: #2B2B2B. Windows color (decimal): -12247007 or 2170949. OLE color: 2170949.

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

Color convert

RGB693233-
CMYK00.540.520.73
HSL358.38º36.63%19.8%-
HSV(B)358.38º53.62%27.06%-
XYZ3.252.411.73-
YUV43.18122.26146.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.49%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=51.49%
G=23.88%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69323300.540.520.73358.3836.6319.8
Hex45202103634491662514
Octal1054041066641115464524
Binary10001011000001000010110110110100100100110110011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452021; }

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

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

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

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

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

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

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

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