#423245

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

Shades of Bossanova #423245

Tints of Bossanova #423245

Color information

#423245 (or 0x423245) is unknown color: approx Bossanova. HEX triplet: 42, 32 and 45. RGB value is (66,50,69). Sum of RGB (Red+Green+Blue) = 66+50+69=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #423245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423245 is #BDCDBA. Grayscale: #383838. Windows color (decimal): -12438971 or 4534850. OLE color: 4534850.

HSL color Cylindrical-coordinate representation of color #423245: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #423245 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB665069-
CMYK0.040.2800.73
HSL290.53º15.97%23.33%-
HSV(B)290.53º27.54%27.06%-
XYZ4.463.876.14-
YUV56.95134.8134.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=35.68%
G=27.03%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6650690.040.2800.73290.5315.9723.33
Hex42324541C0491231017
Octal1026210543401114432027
Binary1000010110010100010110011100010010011001000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423245; }

 p { color: rgb(66,50,69); }

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

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

 a { background-color: rgb(66,50,69); }

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

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

 span { border-color: rgb(66,50,69); }

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