Html Css Color HEX #61292F Jazz

📋 copy color: '#61292F'

red 97 ◦ green 41 ◦ blue 47

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

Shades of Jazz #61292F

Tints of Jazz #61292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 52.43%
G = 22.16%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61292F (or 0x61292F) is known color: Jazz. HEX triplet: 61, 29 and 2F. RGB value is (97,41,47). Sum of RGB (Red+Green+Blue) = 97+41+47=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #61292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61292F is #9ED6D0. Grayscale: #3A3A3A. Windows color (decimal): -10409681 or 3090785. OLE color: 3090785.

HSL color Cylindrical-coordinate representation of color #61292F: hue angle of 353.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61292F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 47 -
CMYK 0 0.58 0.52 0.62
HSL 353.57º 0.41% 0.27% -
HSV(B) 353.57º 0.58% 0.38% -
XYZ 6.24 4.33 3.2 -
YUV 58.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 97 41 47 0 0.58 0.52 0.62 353.57 0.41 0.27
Hex 61 29 2F 0 3A 34 3E 162 29 1B
Octal 141 51 57 0 72 64 76 542 51 33
Binary 1100001 101001 101111 0 111010 110100 111110 101100010 101001 11011

Color Harmonies of #61292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61292F

Black with #61292F

Text Example


Text Example

White with #61292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61292F; }

 p { color: rgb(97,41,47); }

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

background-color css

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

 a { background-color: rgb(97,41,47); }

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

border-color css

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

 span { border-color: rgb(97,41,47); }

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