Html Css Color HEX #61252D Jazz

📋 copy color: '#61252D'

red 97 ◦ green 37 ◦ blue 45

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

Shades of Jazz #61252D

Tints of Jazz #61252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 54.19%
G = 20.67%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61252D (or 0x61252D) is known color: Jazz. HEX triplet: 61, 25 and 2D. RGB value is (97,37,45). Sum of RGB (Red+Green+Blue) = 97+37+45=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61252D is #9EDAD2. Grayscale: #373737. Windows color (decimal): -10410707 or 2958689. OLE color: 2958689.

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

Color convert

RGB 97 37 45 -
CMYK 0 0.62 0.54 0.62
HSL 352º 0.45% 0.26% -
HSV(B) 352º 0.62% 0.38% -
XYZ 6.06 4.05 2.95 -
YUV 55.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 97 37 45 0 0.62 0.54 0.62 352 0.45 0.26
Hex 61 25 2D 0 3E 36 3E 160 2D 1A
Octal 141 45 55 0 76 66 76 540 55 32
Binary 1100001 100101 101101 0 111110 110110 111110 101100000 101101 11010

Color Harmonies of #61252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61252D

Black with #61252D

Text Example


Text Example

White with #61252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61252D; }

 p { color: rgb(97,37,45); }

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

background-color css

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

 a { background-color: rgb(97,37,45); }

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

border-color css

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

 span { border-color: rgb(97,37,45); }

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