Html Css Color HEX #61252C Jazz

📋 copy color: '#61252C'

red 97 ◦ green 37 ◦ blue 44

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

Shades of Jazz #61252C

Tints of Jazz #61252C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 54.49%
G = 20.79%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61252C (or 0x61252C) is known color: Jazz. HEX triplet: 61, 25 and 2C. RGB value is (97,37,44). Sum of RGB (Red+Green+Blue) = 97+37+44=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61252C is #9EDAD3. Grayscale: #373737. Windows color (decimal): -10410708 or 2893153. OLE color: 2893153.

HSL color Cylindrical-coordinate representation of color #61252C: hue angle of 353º 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 #61252C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 44 -
CMYK 0 0.62 0.55 0.62
HSL 353º 0.45% 0.26% -
HSV(B) 353º 0.62% 0.38% -
XYZ 6.05 4.05 2.85 -
YUV 55.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 97 37 44 0 0.62 0.55 0.62 353 0.45 0.26
Hex 61 25 2C 0 3E 37 3E 161 2D 1A
Octal 141 45 54 0 76 67 76 541 55 32
Binary 1100001 100101 101100 0 111110 110111 111110 101100001 101101 11010

Color Harmonies of #61252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61252C

Black with #61252C

Text Example


Text Example

White with #61252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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