#422528

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

Shades of Bulgarian Rose #422528

Tints of Bulgarian Rose #422528

Color information

#422528 (or 0x422528) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 25 and 28. RGB value is (66,37,40). Sum of RGB (Red+Green+Blue) = 66+37+40=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422528 is #BDDAD7. Grayscale: #2E2E2E. Windows color (decimal): -12442328 or 2630978. OLE color: 2630978.

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

Color convert

RGB663740-
CMYK00.440.390.74
HSL353.79º28.16%20.2%-
HSV(B)353.79º43.94%25.88%-
XYZ3.292.632.34-
YUV46.01124.61142.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=46.15%
G=25.87%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66374000.440.390.74353.7928.1620.2
Hex42252802C274A1621c14
Octal1024550054471125423424
Binary1000010100101101000010110010011110010101011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422528; }

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

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

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

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

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

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

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

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