Html Css Color HEX #612930 Jazz

📋 copy color: '#612930'

red 97 ◦ green 41 ◦ blue 48

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

Shades of Jazz #612930

Tints of Jazz #612930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 52.15%
G = 22.04%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#612930 (or 0x612930) is known color: Jazz. HEX triplet: 61, 29 and 30. RGB value is (97,41,48). Sum of RGB (Red+Green+Blue) = 97+41+48=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612930 is #9ED6CF. Grayscale: #3A3A3A. Windows color (decimal): -10409680 or 3156321. OLE color: 3156321.

HSL color Cylindrical-coordinate representation of color #612930: hue angle of 352.5º 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 #612930 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 48 -
CMYK 0 0.58 0.51 0.62
HSL 352.5º 0.41% 0.27% -
HSV(B) 352.5º 0.58% 0.38% -
XYZ 6.26 4.34 3.3 -
YUV 58.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 97 41 48 0 0.58 0.51 0.62 352.5 0.41 0.27
Hex 61 29 30 0 3A 33 3E 160 29 1B
Octal 141 51 60 0 72 63 76 540 51 33
Binary 1100001 101001 110000 0 111010 110011 111110 101100000 101001 11011

Color Harmonies of #612930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612930

Black with #612930

Text Example


Text Example

White with #612930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612930; }

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

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

background-color css

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

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

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

border-color css

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

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

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