#422628

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

Shades of Bulgarian Rose #422628

Tints of Bulgarian Rose #422628

Color information

#422628 (or 0x422628) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 26 and 28. RGB value is (66,38,40). Sum of RGB (Red+Green+Blue) = 66+38+40=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #422628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422628 is #BDD9D7. Grayscale: #2E2E2E. Windows color (decimal): -12442072 or 2631234. OLE color: 2631234.

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

Color convert

RGB663840-
CMYK00.420.390.74
HSL355.71º26.92%20.39%-
HSV(B)355.71º42.42%25.88%-
XYZ3.322.72.35-
YUV46.6124.28141.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=45.83%
G=26.39%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66384000.420.390.74355.7126.9220.39
Hex42262802A274A1641b14
Octal1024650052471125443324
Binary1000010100110101000010101010011110010101011001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422628; }

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

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

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

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

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

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

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

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