#462829

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

Shades of Bulgarian Rose #462829

Tints of Bulgarian Rose #462829

Color information

#462829 (or 0x462829) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 28 and 29. RGB value is (70,40,41). Sum of RGB (Red+Green+Blue) = 70+40+41=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462829 is #B9D7D6. Grayscale: #313131. Windows color (decimal): -12179415 or 2697286. OLE color: 2697286.

HSL color Cylindrical-coordinate representation of color #462829: hue angle of 358º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462829 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB704041-
CMYK00.430.410.73
HSL358º27.27%21.57%-
HSV(B)358º42.86%27.45%-
XYZ3.682.982.48-
YUV49.08123.44142.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=46.36%
G=26.49%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70404100.430.410.7335827.2721.57
Hex46282902B29491661b16
Octal1065051053511115463326
Binary1000110101000101001010101110100110010011011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462829; }

 p { color: rgb(70,40,41); }

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

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

 a { background-color: rgb(70,40,41); }

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

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

 span { border-color: rgb(70,40,41); }

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