#42272B

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

Shades of Bulgarian Rose #42272B

Tints of Bulgarian Rose #42272B

Color information

#42272B (or 0x42272B) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 27 and 2B. RGB value is (66,39,43). Sum of RGB (Red+Green+Blue) = 66+39+43=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272B is #BDD8D4. Grayscale: #2F2F2F. Windows color (decimal): -12441813 or 2828098. OLE color: 2828098.

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

Color convert

RGB663943-
CMYK00.410.350.74
HSL351.11º25.71%20.59%-
HSV(B)351.11º40.91%25.88%-
XYZ3.412.782.64-
YUV47.53125.45141.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=44.59%
G=26.35%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66394300.410.350.74351.1125.7120.59
Hex42272B029234A15f1a15
Octal1024753051431125373225
Binary1000010100111101011010100110001110010101010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42272B; }

 p { color: rgb(66,39,43); }

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

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

 a { background-color: rgb(66,39,43); }

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

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

 span { border-color: rgb(66,39,43); }

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