#422829

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

Shades of Bulgarian Rose #422829

Tints of Bulgarian Rose #422829

Color information

#422829 (or 0x422829) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 28 and 29. RGB value is (66,40,41). Sum of RGB (Red+Green+Blue) = 66+40+41=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422829 is #BDD7D6. Grayscale: #2F2F2F. Windows color (decimal): -12441559 or 2697282. OLE color: 2697282.

HSL color Cylindrical-coordinate representation of color #422829: hue angle of 357.69º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422829 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB664041-
CMYK00.390.380.74
HSL357.69º24.53%20.78%-
HSV(B)357.69º39.39%25.88%-
XYZ3.412.842.47-
YUV47.89124.11140.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=44.90%
G=27.21%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66404100.390.380.74357.6924.5320.78
Hex422829027264A1661915
Octal1025051047461125463125
Binary1000010101000101001010011110011010010101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422829; }

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

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

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

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

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

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

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

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