Html Css Color HEX #612932 Jazz

📋 copy color: '#612932'

red 97 ◦ green 41 ◦ blue 50

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

Shades of Jazz #612932

Tints of Jazz #612932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 51.6%
G = 21.81%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#612932 (or 0x612932) is known color: Jazz. HEX triplet: 61, 29 and 32. RGB value is (97,41,50). Sum of RGB (Red+Green+Blue) = 97+41+50=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #612932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612932 is #9ED6CD. Grayscale: #3A3A3A. Windows color (decimal): -10409678 or 3287393. OLE color: 3287393.

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

Color convert

RGB 97 41 50 -
CMYK 0 0.58 0.48 0.62
HSL 350.36º 0.41% 0.27% -
HSV(B) 350.36º 0.58% 0.38% -
XYZ 6.3 4.36 3.53 -
YUV 58.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 97 41 50 0 0.58 0.48 0.62 350.36 0.41 0.27
Hex 61 29 32 0 3A 30 3E 15E 29 1B
Octal 141 51 62 0 72 60 76 536 51 33
Binary 1100001 101001 110010 0 111010 110000 111110 101011110 101001 11011

Color Harmonies of #612932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612932

Black with #612932

Text Example


Text Example

White with #612932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612932; }

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

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

background-color css

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

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

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

border-color css

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

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

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