#431E21

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

Shades of Bulgarian Rose #431E21

Tints of Bulgarian Rose #431E21

Color information

#431E21 (or 0x431E21) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 1E and 21. RGB value is (67,30,33). Sum of RGB (Red+Green+Blue) = 67+30+33=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E21 is #BCE1DE. Grayscale: #292929. Windows color (decimal): -12378591 or 2170435. OLE color: 2170435.

HSL color Cylindrical-coordinate representation of color #431E21: hue angle of 355.14º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #431E21 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB673033-
CMYK00.550.510.74
HSL355.14º38.14%19.02%-
HSV(B)355.14º55.22%26.27%-
XYZ3.052.231.71-
YUV41.4123.26146.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=51.54%
G=23.08%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67303300.550.510.74355.1438.1419.02
Hex431E21037334A1632613
Octal1033641067631125434623
Binary1000011111101000010110111110011100101010110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431E21; }

 p { color: rgb(67,30,33); }

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

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

 a { background-color: rgb(67,30,33); }

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

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

 span { border-color: rgb(67,30,33); }

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