Html Css Color HEX #61343B Jazz

📋 copy color: '#61343B'

red 97 ◦ green 52 ◦ blue 59

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

Shades of Jazz #61343B

Tints of Jazz #61343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 46.63%
G = 25%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#61343B (or 0x61343B) is known color: Jazz. HEX triplet: 61, 34 and 3B. RGB value is (97,52,59). Sum of RGB (Red+Green+Blue) = 97+52+59=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61343B is #9ECBC4. Grayscale: #424242. Windows color (decimal): -10406853 or 3880033. OLE color: 3880033.

HSL color Cylindrical-coordinate representation of color #61343B: hue angle of 350.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61343B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 59 -
CMYK 0 0.46 0.39 0.62
HSL 350.67º 0.3% 0.29% -
HSV(B) 350.67º 0.46% 0.38% -
XYZ 6.95 5.31 4.8 -
YUV 66.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 97 52 59 0 0.46 0.39 0.62 350.67 0.3 0.29
Hex 61 34 3B 0 2E 27 3E 15F 1E 1D
Octal 141 64 73 0 56 47 76 537 36 35
Binary 1100001 110100 111011 0 101110 100111 111110 101011111 11110 11101

Color Harmonies of #61343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61343B

Black with #61343B

Text Example


Text Example

White with #61343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61343B; }

 p { color: rgb(97,52,59); }

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

background-color css

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

 a { background-color: rgb(97,52,59); }

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

border-color css

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

 span { border-color: rgb(97,52,59); }

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