#431D21

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

Shades of Bulgarian Rose #431D21

Tints of Bulgarian Rose #431D21

Color information

#431D21 (or 0x431D21) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 1D and 21. RGB value is (67,29,33). Sum of RGB (Red+Green+Blue) = 67+29+33=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #431D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D21 is #BCE2DE. Grayscale: #282828. Windows color (decimal): -12378847 or 2170179. OLE color: 2170179.

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

Color convert

RGB672933-
CMYK00.570.510.74
HSL353.68º39.58%18.82%-
HSV(B)353.68º56.72%26.27%-
XYZ3.032.181.7-
YUV40.82123.59146.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=51.94%
G=22.48%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67293300.570.510.74353.6839.5818.82
Hex431D21039334A1622813
Octal1033541071631125425023
Binary1000011111011000010111001110011100101010110001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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