#402427

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

Shades of Bulgarian Rose #402427

Tints of Bulgarian Rose #402427

Color information

#402427 (or 0x402427) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 24 and 27. RGB value is (64,36,39). Sum of RGB (Red+Green+Blue) = 64+36+39=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402427 is #BFDBD8. Grayscale: #2C2C2C. Windows color (decimal): -12573657 or 2565184. OLE color: 2565184.

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

Color convert

RGB643639-
CMYK00.440.390.75
HSL353.57º28%19.61%-
HSV(B)353.57º43.75%25.1%-
XYZ3.112.52.24-
YUV44.71124.78141.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=46.04%
G=25.90%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64363900.440.390.75353.572819.61
Hex40242702C274B1621c14
Octal1004447054471135423424
Binary1000000100100100111010110010011110010111011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402427; }

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

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

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

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

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

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

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

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