Html Css Color HEX #61353B Jazz

📋 copy color: '#61353B'

red 97 ◦ green 53 ◦ blue 59

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

Shades of Jazz #61353B

Tints of Jazz #61353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 46.41%
G = 25.36%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#61353B (or 0x61353B) is known color: Jazz. HEX triplet: 61, 35 and 3B. RGB value is (97,53,59). Sum of RGB (Red+Green+Blue) = 97+53+59=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61353B is #9ECAC4. Grayscale: #424242. Windows color (decimal): -10406597 or 3880289. OLE color: 3880289.

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

Color convert

RGB 97 53 59 -
CMYK 0 0.45 0.39 0.62
HSL 351.82º 0.29% 0.29% -
HSV(B) 351.82º 0.45% 0.38% -
XYZ 6.99 5.4 4.81 -
YUV 66.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 97 53 59 0 0.45 0.39 0.62 351.82 0.29 0.29
Hex 61 35 3B 0 2D 27 3E 160 1D 1D
Octal 141 65 73 0 55 47 76 540 35 35
Binary 1100001 110101 111011 0 101101 100111 111110 101100000 11101 11101

Color Harmonies of #61353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61353B

Black with #61353B

Text Example


Text Example

White with #61353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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