Html Css Color HEX #612A34 Jazz

📋 copy color: '#612A34'

red 97 ◦ green 42 ◦ blue 52

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

Shades of Jazz #612A34

Tints of Jazz #612A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.99%

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 50.79%
G = 21.99%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#612A34 (or 0x612A34) is known color: Jazz. HEX triplet: 61, 2A and 34. RGB value is (97,42,52). Sum of RGB (Red+Green+Blue) = 97+42+52=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #612A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A34 is #9ED5CB. Grayscale: #3B3B3B. Windows color (decimal): -10409420 or 3418721. OLE color: 3418721.

HSL color Cylindrical-coordinate representation of color #612A34: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A34 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 42 52 -
CMYK 0 0.57 0.46 0.62
HSL 349.09º 0.4% 0.27% -
HSV(B) 349.09º 0.57% 0.38% -
XYZ 6.38 4.45 3.77 -
YUV 59.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 97 42 52 0 0.57 0.46 0.62 349.09 0.4 0.27
Hex 61 2A 34 0 39 2E 3E 15D 28 1B
Octal 141 52 64 0 71 56 76 535 50 33
Binary 1100001 101010 110100 0 111001 101110 111110 101011101 101000 11011

Color Harmonies of #612A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A34

Black with #612A34

Text Example


Text Example

White with #612A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612A34; }

 p { color: rgb(97,42,52); }

 H1.HeaderClassName
 {
   color: #612A34;
 }
 .AnyTagClassName
 {
   color: #612A34;
 }
</style>

background-color css

<style>
 a { background-color: #612A34; }

 a { background-color: rgb(97,42,52); }

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

border-color css

<style>
 span { border-color: #612A34; }

 span { border-color: rgb(97,42,52); }

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