Html Css Color HEX #61272E Jazz

📋 copy color: '#61272E'

red 97 ◦ green 39 ◦ blue 46

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

Shades of Jazz #61272E

Tints of Jazz #61272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

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

R = 53.3%
G = 21.43%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61272E (or 0x61272E) is known color: Jazz. HEX triplet: 61, 27 and 2E. RGB value is (97,39,46). Sum of RGB (Red+Green+Blue) = 97+39+46=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61272E is #9ED8D1. Grayscale: #393939. Windows color (decimal): -10410194 or 3024737. OLE color: 3024737.

HSL color Cylindrical-coordinate representation of color #61272E: hue angle of 352.76º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61272E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 46 -
CMYK 0 0.60 0.53 0.62
HSL 352.76º 0.43% 0.27% -
HSV(B) 352.76º 0.6% 0.38% -
XYZ 6.15 4.19 3.07 -
YUV 57.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 97 39 46 0 0.60 0.53 0.62 352.76 0.43 0.27
Hex 61 27 2E 0 3C 35 3E 161 2B 1B
Octal 141 47 56 0 74 65 76 541 53 33
Binary 1100001 100111 101110 0 111100 110101 111110 101100001 101011 11011

Color Harmonies of #61272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61272E

Black with #61272E

Text Example


Text Example

White with #61272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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