#431E1F

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

Shades of Bulgarian Rose #431E1F

Tints of Bulgarian Rose #431E1F

Color information

#431E1F (or 0x431E1F) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 1E and 1F. RGB value is (67,30,31). Sum of RGB (Red+Green+Blue) = 67+30+31=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E1F is #BCE1E0. Grayscale: #292929. Windows color (decimal): -12378593 or 2039363. OLE color: 2039363.

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

Color convert

RGB673031-
CMYK00.550.540.74
HSL358.38º38.14%19.02%-
HSV(B)358.38º55.22%26.27%-
XYZ3.032.221.57-
YUV41.18122.26146.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=52.34%
G=23.44%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67303100.550.540.74358.3838.1419.02
Hex431E1F037364A1662613
Octal1033637067661125464623
Binary100001111110111110110111110110100101010110011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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