Html Css Color HEX #613235 Jazz

📋 copy color: '#613235'

red 97 ◦ green 50 ◦ blue 53

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

Shades of Jazz #613235

Tints of Jazz #613235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 48.5%
G = 25%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#613235 (or 0x613235) is known color: Jazz. HEX triplet: 61, 32 and 35. RGB value is (97,50,53). Sum of RGB (Red+Green+Blue) = 97+50+53=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613235 is #9ECDCA. Grayscale: #404040. Windows color (decimal): -10407371 or 3486305. OLE color: 3486305.

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

Color convert

RGB 97 50 53 -
CMYK 0 0.48 0.45 0.62
HSL 356.17º 0.32% 0.29% -
HSV(B) 356.17º 0.48% 0.38% -
XYZ 6.71 5.08 3.99 -
YUV 64.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 97 50 53 0 0.48 0.45 0.62 356.17 0.32 0.29
Hex 61 32 35 0 30 2D 3E 164 20 1D
Octal 141 62 65 0 60 55 76 544 40 35
Binary 1100001 110010 110101 0 110000 101101 111110 101100100 100000 11101

Color Harmonies of #613235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613235

Black with #613235

Text Example


Text Example

White with #613235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613235; }

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

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

background-color css

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

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

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

border-color css

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

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

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