#42282C

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

Shades of Bulgarian Rose #42282C

Tints of Bulgarian Rose #42282C

Color information

#42282C (or 0x42282C) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 28 and 2C. RGB value is (66,40,44). Sum of RGB (Red+Green+Blue) = 66+40+44=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282C is #BDD7D3. Grayscale: #303030. Windows color (decimal): -12441556 or 2893890. OLE color: 2893890.

HSL color Cylindrical-coordinate representation of color #42282C: hue angle of 350.77º 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 #42282C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB664044-
CMYK00.390.330.74
HSL350.77º24.53%20.78%-
HSV(B)350.77º39.39%25.88%-
XYZ3.462.862.75-
YUV48.23125.61140.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=44%
G=26.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66404400.390.330.74350.7724.5320.78
Hex42282C027214A15f1915
Octal1025054047411125373125
Binary1000010101000101100010011110000110010101010111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42282C; }

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

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

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

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

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

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

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

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