#462428

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

Shades of Bulgarian Rose #462428

Tints of Bulgarian Rose #462428

Color information

#462428 (or 0x462428) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 24 and 28. RGB value is (70,36,40). Sum of RGB (Red+Green+Blue) = 70+36+40=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462428 is #B9DBD7. Grayscale: #2E2E2E. Windows color (decimal): -12180440 or 2630726. OLE color: 2630726.

HSL color Cylindrical-coordinate representation of color #462428: hue angle of 352.94º 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 #462428 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB703640-
CMYK00.490.430.73
HSL352.94º32.08%20.78%-
HSV(B)352.94º48.57%27.45%-
XYZ3.542.722.35-
YUV46.62124.26144.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=47.95%
G=24.66%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70364000.490.430.73352.9432.0820.78
Hex4624280312B491612015
Octal1064450061531115414025
Binary10001101001001010000110001101011100100110110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462428; }

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

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

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

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

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

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

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

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