Html Css Color HEX #61333A Jazz

📋 copy color: '#61333A'

red 97 ◦ green 51 ◦ blue 58

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

Shades of Jazz #61333A

Tints of Jazz #61333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 47.09%
G = 24.76%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61333A (or 0x61333A) is known color: Jazz. HEX triplet: 61, 33 and 3A. RGB value is (97,51,58). Sum of RGB (Red+Green+Blue) = 97+51+58=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61333A is #9ECCC5. Grayscale: #414141. Windows color (decimal): -10407110 or 3814241. OLE color: 3814241.

HSL color Cylindrical-coordinate representation of color #61333A: hue angle of 350.87º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61333A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 58 -
CMYK 0 0.47 0.40 0.62
HSL 350.87º 0.31% 0.29% -
HSV(B) 350.87º 0.47% 0.38% -
XYZ 6.88 5.21 4.65 -
YUV 65.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 97 51 58 0 0.47 0.40 0.62 350.87 0.31 0.29
Hex 61 33 3A 0 2F 28 3E 15F 1F 1D
Octal 141 63 72 0 57 50 76 537 37 35
Binary 1100001 110011 111010 0 101111 101000 111110 101011111 11111 11101

Color Harmonies of #61333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61333A

Black with #61333A

Text Example


Text Example

White with #61333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61333A; }

 p { color: rgb(97,51,58); }

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

background-color css

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

 a { background-color: rgb(97,51,58); }

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

border-color css

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

 span { border-color: rgb(97,51,58); }

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