Html Css Color HEX #613335 Jazz

📋 copy color: '#613335'

red 97 ◦ green 51 ◦ blue 53

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

Shades of Jazz #613335

Tints of Jazz #613335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.37%

R = 48.26%
G = 25.37%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#613335 (or 0x613335) is known color: Jazz. HEX triplet: 61, 33 and 35. RGB value is (97,51,53). Sum of RGB (Red+Green+Blue) = 97+51+53=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613335 is #9ECCCA. Grayscale: #414141. Windows color (decimal): -10407115 or 3486561. OLE color: 3486561.

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

Color convert

RGB 97 51 53 -
CMYK 0 0.47 0.45 0.62
HSL 357.39º 0.31% 0.29% -
HSV(B) 357.39º 0.47% 0.38% -
XYZ 6.76 5.17 4.01 -
YUV 64.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 97 51 53 0 0.47 0.45 0.62 357.39 0.31 0.29
Hex 61 33 35 0 2F 2D 3E 165 1F 1D
Octal 141 63 65 0 57 55 76 545 37 35
Binary 1100001 110011 110101 0 101111 101101 111110 101100101 11111 11101

Color Harmonies of #613335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613335

Black with #613335

Text Example


Text Example

White with #613335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613335; }

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

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

background-color css

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

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

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

border-color css

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

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

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