#42282A

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

Shades of Bulgarian Rose #42282A

Tints of Bulgarian Rose #42282A

Color information

#42282A (or 0x42282A) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 28 and 2A. RGB value is (66,40,42). Sum of RGB (Red+Green+Blue) = 66+40+42=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282A is #BDD7D5. Grayscale: #303030. Windows color (decimal): -12441558 or 2762818. OLE color: 2762818.

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

Color convert

RGB664042-
CMYK00.390.360.74
HSL355.38º24.53%20.78%-
HSV(B)355.38º39.39%25.88%-
XYZ3.422.842.56-
YUV48124.61140.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=44.59%
G=27.03%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66404200.390.360.74355.3824.5320.78
Hex42282A027244A1631915
Octal1025052047441125433125
Binary1000010101000101010010011110010010010101011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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