#431E22

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

Shades of Bulgarian Rose #431E22

Tints of Bulgarian Rose #431E22

Color information

#431E22 (or 0x431E22) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 1E and 22. RGB value is (67,30,34). Sum of RGB (Red+Green+Blue) = 67+30+34=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #431E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E22 is #BCE1DD. Grayscale: #292929. Windows color (decimal): -12378590 or 2235971. OLE color: 2235971.

HSL color Cylindrical-coordinate representation of color #431E22: hue angle of 353.51º 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 #431E22 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB673034-
CMYK00.550.490.74
HSL353.51º38.14%19.02%-
HSV(B)353.51º55.22%26.27%-
XYZ3.072.241.78-
YUV41.52123.76146.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=51.15%
G=22.90%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67303400.550.490.74353.5138.1419.02
Hex431E22037314A1622613
Octal1033642067611125424623
Binary1000011111101000100110111110001100101010110001010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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