Html Css Color HEX #613334 Jazz

📋 copy color: '#613334'

red 97 ◦ green 51 ◦ blue 52

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

Shades of Jazz #613334

Tints of Jazz #613334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26%

R = 48.5%
G = 25.5%
B = 26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#613334 (or 0x613334) is known color: Jazz. HEX triplet: 61, 33 and 34. RGB value is (97,51,52). Sum of RGB (Red+Green+Blue) = 97+51+52=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613334 is #9ECCCB. Grayscale: #404040. Windows color (decimal): -10407116 or 3421025. OLE color: 3421025.

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

Color convert

RGB 97 51 52 -
CMYK 0 0.47 0.46 0.62
HSL 358.7º 0.31% 0.29% -
HSV(B) 358.7º 0.47% 0.38% -
XYZ 6.73 5.16 3.89 -
YUV 64.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 97 51 52 0 0.47 0.46 0.62 358.7 0.31 0.29
Hex 61 33 34 0 2F 2E 3E 167 1F 1D
Octal 141 63 64 0 57 56 76 547 37 35
Binary 1100001 110011 110100 0 101111 101110 111110 101100111 11111 11101

Color Harmonies of #613334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613334

Black with #613334

Text Example


Text Example

White with #613334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613334; }

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

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

background-color css

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

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

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

border-color css

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

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

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