Html Css Color HEX #613033 Jazz

📋 copy color: '#613033'

red 97 ◦ green 48 ◦ blue 51

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

Shades of Jazz #613033

Tints of Jazz #613033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 49.49%
G = 24.49%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613033 (or 0x613033) is known color: Jazz. HEX triplet: 61, 30 and 33. RGB value is (97,48,51). Sum of RGB (Red+Green+Blue) = 97+48+51=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613033 is #9ECFCC. Grayscale: #3F3F3F. Windows color (decimal): -10407885 or 3354721. OLE color: 3354721.

HSL color Cylindrical-coordinate representation of color #613033: hue angle of 356.33º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613033 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 51 -
CMYK 0 0.51 0.47 0.62
HSL 356.33º 0.34% 0.28% -
HSV(B) 356.33º 0.51% 0.38% -
XYZ 6.58 4.89 3.73 -
YUV 62.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 97 48 51 0 0.51 0.47 0.62 356.33 0.34 0.28
Hex 61 30 33 0 33 2F 3E 164 22 1C
Octal 141 60 63 0 63 57 76 544 42 34
Binary 1100001 110000 110011 0 110011 101111 111110 101100100 100010 11100

Color Harmonies of #613033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613033

Black with #613033

Text Example


Text Example

White with #613033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613033; }

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

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

background-color css

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

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

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

border-color css

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

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

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