#402426

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

Shades of Bulgarian Rose #402426

Tints of Bulgarian Rose #402426

Color information

#402426 (or 0x402426) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 24 and 26. RGB value is (64,36,38). Sum of RGB (Red+Green+Blue) = 64+36+38=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #402426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402426 is #BFDBD9. Grayscale: #2C2C2C. Windows color (decimal): -12573658 or 2499648. OLE color: 2499648.

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

Color convert

RGB643638-
CMYK00.440.410.75
HSL355.71º28%19.61%-
HSV(B)355.71º43.75%25.1%-
XYZ3.12.492.15-
YUV44.6124.28141.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=46.38%
G=26.09%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64363800.440.410.75355.712819.61
Hex40242602C294B1641c14
Octal1004446054511135443424
Binary1000000100100100110010110010100110010111011001001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402426; }

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

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

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

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

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

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

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

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