#402425

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

Shades of Bulgarian Rose #402425

Tints of Bulgarian Rose #402425

Color information

#402425 (or 0x402425) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 24 and 25. RGB value is (64,36,37). Sum of RGB (Red+Green+Blue) = 64+36+37=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402425 is #BFDBDA. Grayscale: #2C2C2C. Windows color (decimal): -12573659 or 2434112. OLE color: 2434112.

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

Color convert

RGB643637-
CMYK00.440.420.75
HSL357.86º28%19.61%-
HSV(B)357.86º43.75%25.1%-
XYZ3.082.492.07-
YUV44.49123.78141.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=46.72%
G=26.28%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64363700.440.420.75357.862819.61
Hex40242502C2A4B1661c14
Octal1004445054521135463424
Binary1000000100100100101010110010101010010111011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402425; }

 p { color: rgb(64,36,37); }

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

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

 a { background-color: rgb(64,36,37); }

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

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

 span { border-color: rgb(64,36,37); }

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