#462426

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

Shades of Bulgarian Rose #462426

Tints of Bulgarian Rose #462426

Color information

#462426 (or 0x462426) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 24 and 26. RGB value is (70,36,38). Sum of RGB (Red+Green+Blue) = 70+36+38=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462426 is #B9DBD9. Grayscale: #2E2E2E. Windows color (decimal): -12180442 or 2499654. OLE color: 2499654.

HSL color Cylindrical-coordinate representation of color #462426: hue angle of 356.47º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462426 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB703638-
CMYK00.490.460.73
HSL356.47º32.08%20.78%-
HSV(B)356.47º48.57%27.45%-
XYZ3.512.72.17-
YUV46.39123.26144.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=48.61%
G=25%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70363800.490.460.73356.4732.0820.78
Hex4624260312E491642015
Octal1064446061561115444025
Binary10001101001001001100110001101110100100110110010010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462426; }

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

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

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

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

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

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

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

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