#462325

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

Shades of Bulgarian Rose #462325

Tints of Bulgarian Rose #462325

Color information

#462325 (or 0x462325) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 23 and 25. RGB value is (70,35,37). Sum of RGB (Red+Green+Blue) = 70+35+37=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462325 is #B9DCDA. Grayscale: #2D2D2D. Windows color (decimal): -12180699 or 2433862. OLE color: 2433862.

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

Color convert

RGB703537-
CMYK00.50.470.73
HSL356.57º33.33%20.59%-
HSV(B)356.57º50%27.45%-
XYZ3.462.642.08-
YUV45.69123.1145.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=49.30%
G=24.65%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70353700.50.470.73356.5733.3320.59
Hex4623250322F491652115
Octal1064345062571115454125
Binary10001101000111001010110010101111100100110110010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462325; }

 p { color: rgb(70,35,37); }

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

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

 a { background-color: rgb(70,35,37); }

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

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

 span { border-color: rgb(70,35,37); }

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