#432425

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

Shades of Bulgarian Rose #432425

Tints of Bulgarian Rose #432425

Color information

#432425 (or 0x432425) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 24 and 25. RGB value is (67,36,37). Sum of RGB (Red+Green+Blue) = 67+36+37=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #432425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432425 is #BCDBDA. Grayscale: #2D2D2D. Windows color (decimal): -12377051 or 2434115. OLE color: 2434115.

HSL color Cylindrical-coordinate representation of color #432425: hue angle of 358.06º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #432425 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB673637-
CMYK00.460.450.74
HSL358.06º30.1%20.2%-
HSV(B)358.06º46.27%26.27%-
XYZ3.282.592.08-
YUV45.38123.27143.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=47.86%
G=25.71%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67363700.460.450.74358.0630.120.2
Hex43242502E2D4A1661e14
Octal1034445056551125463624
Binary1000011100100100101010111010110110010101011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432425; }

 p { color: rgb(67,36,37); }

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

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

 a { background-color: rgb(67,36,37); }

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

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

 span { border-color: rgb(67,36,37); }

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