#422527

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

Shades of Bulgarian Rose #422527

Tints of Bulgarian Rose #422527

Color information

#422527 (or 0x422527) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 25 and 27. RGB value is (66,37,39). Sum of RGB (Red+Green+Blue) = 66+37+39=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #422527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422527 is #BDDAD8. Grayscale: #2D2D2D. Windows color (decimal): -12442329 or 2565442. OLE color: 2565442.

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

Color convert

RGB663739-
CMYK00.440.410.74
HSL355.86º28.16%20.2%-
HSV(B)355.86º43.94%25.88%-
XYZ3.272.632.25-
YUV45.9124.11142.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=46.48%
G=26.06%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66373900.440.410.74355.8628.1620.2
Hex42252702C294A1641c14
Octal1024547054511125443424
Binary1000010100101100111010110010100110010101011001001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422527; }

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

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

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

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

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

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

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

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