Html Css Color HEX #612732 Jazz

📋 copy color: '#612732'

red 97 ◦ green 39 ◦ blue 50

#612732
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #612732

Tints of Jazz #612732

RGB

 RED value IS 97 (38.28% from 255) = 52.15%

 GREEN value IS 39 (15.63% from 255) = 20.97%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 52.15%
G = 20.97%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#612732 (or 0x612732) is known color: Jazz. HEX triplet: 61, 27 and 32. RGB value is (97,39,50). Sum of RGB (Red+Green+Blue) = 97+39+50=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612732 is #9ED8CD. Grayscale: #393939. Windows color (decimal): -10410190 or 3286881. OLE color: 3286881.

HSL color Cylindrical-coordinate representation of color #612732: hue angle of 348.62º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612732 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 50 -
CMYK 0 0.60 0.48 0.62
HSL 348.62º 0.43% 0.27% -
HSV(B) 348.62º 0.6% 0.38% -
XYZ 6.23 4.22 3.5 -
YUV 57.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 97 39 50 0 0.60 0.48 0.62 348.62 0.43 0.27
Hex 61 27 32 0 3C 30 3E 15D 2B 1B
Octal 141 47 62 0 74 60 76 535 53 33
Binary 1100001 100111 110010 0 111100 110000 111110 101011101 101011 11011

Color Harmonies of #612732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612732

Black with #612732

Text Example


Text Example

White with #612732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612732; }

 p { color: rgb(97,39,50); }

 H1.HeaderClassName
 {
   color: #612732;
 }
 .AnyTagClassName
 {
   color: #612732;
 }
</style>

background-color css

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

 a { background-color: rgb(97,39,50); }

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

border-color css

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

 span { border-color: rgb(97,39,50); }

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