#672D35

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

Shades of Jazz #672D35

Tints of Jazz #672D35

Color information

#672D35 (or 0x672D35) is unknown color: approx Jazz. HEX triplet: 67, 2D and 35. RGB value is (103,45,53). Sum of RGB (Red+Green+Blue) = 103+45+53=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #672D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D35 is #98D2CA. Grayscale: #3F3F3F. Windows color (decimal): -10015435 or 3485031. OLE color: 3485031.

HSL color Cylindrical-coordinate representation of color #672D35: hue angle of 351.72º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D35 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1034553-
CMYK00.560.490.60
HSL351.72º39.19%29.02%-
HSV(B)351.72º56.31%40.39%-
XYZ7.175.023.96-
YUV63.25122.22156.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=51.24%
G=22.39%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103455300.560.490.60351.7239.1929.02
Hex672D35038313C160271d
Octal147556507061745404735
Binary1100111101101110101011100011000111110010110000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672D35; }

 p { color: rgb(103,45,53); }

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

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

 a { background-color: rgb(103,45,53); }

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

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

 span { border-color: rgb(103,45,53); }

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