#612B35

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

Shades of Jazz #612B35

Tints of Jazz #612B35

Color information

#612B35 (or 0x612B35) is unknown color: approx Jazz. HEX triplet: 61, 2B and 35. RGB value is (97,43,53). Sum of RGB (Red+Green+Blue) = 97+43+53=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #612B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B35 is #9ED4CA. Grayscale: #3C3C3C. Windows color (decimal): -10409163 or 3484513. OLE color: 3484513.

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

Color convert

RGB974353-
CMYK00.560.450.62
HSL348.89º38.57%27.45%-
HSV(B)348.89º55.67%38.04%-
XYZ6.444.533.9-
YUV60.29123.89154.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=50.26%
G=22.28%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97435300.560.450.62348.8938.5727.45
Hex612B350382D3E15d271b
Octal141536507055765354733
Binary1100001101011110101011100010110111111010101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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