#612D35

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

Shades of Jazz #612D35

Tints of Jazz #612D35

Color information

#612D35 (or 0x612D35) is unknown color: approx Jazz. HEX triplet: 61, 2D and 35. RGB value is (97,45,53). Sum of RGB (Red+Green+Blue) = 97+45+53=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #612D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D35 is #9ED2CA. Grayscale: #3D3D3D. Windows color (decimal): -10408651 or 3485025. OLE color: 3485025.

HSL color Cylindrical-coordinate representation of color #612D35: hue angle of 350.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D35 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB974553-
CMYK00.540.450.62
HSL350.77º36.62%27.84%-
HSV(B)350.77º53.61%38.04%-
XYZ6.514.683.93-
YUV61.46123.23153.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=49.74%
G=23.08%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97455300.540.450.62350.7736.6227.84
Hex612D350362D3E15f251c
Octal141556506655765374534
Binary1100001101101110101011011010110111111010101111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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