Html Css Color HEX #61292E Jazz

📋 copy color: '#61292E'

red 97 ◦ green 41 ◦ blue 46

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

Shades of Jazz #61292E

Tints of Jazz #61292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25%

R = 52.72%
G = 22.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61292E (or 0x61292E) is known color: Jazz. HEX triplet: 61, 29 and 2E. RGB value is (97,41,46). Sum of RGB (Red+Green+Blue) = 97+41+46=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61292E is #9ED6D1. Grayscale: #3A3A3A. Windows color (decimal): -10409682 or 3025249. OLE color: 3025249.

HSL color Cylindrical-coordinate representation of color #61292E: hue angle of 354.64º 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 #61292E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 46 -
CMYK 0 0.58 0.53 0.62
HSL 354.64º 0.41% 0.27% -
HSV(B) 354.64º 0.58% 0.38% -
XYZ 6.22 4.32 3.09 -
YUV 58.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 97 41 46 0 0.58 0.53 0.62 354.64 0.41 0.27
Hex 61 29 2E 0 3A 35 3E 163 29 1B
Octal 141 51 56 0 72 65 76 543 51 33
Binary 1100001 101001 101110 0 111010 110101 111110 101100011 101001 11011

Color Harmonies of #61292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61292E

Black with #61292E

Text Example


Text Example

White with #61292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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