Html Css Color HEX #612630 Jazz

📋 copy color: '#612630'

red 97 ◦ green 38 ◦ blue 48

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

Shades of Jazz #612630

Tints of Jazz #612630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.77%

 BLUE value IS 48 (19.14% from 255) = 26.23%

R = 53.01%
G = 20.77%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#612630 (or 0x612630) is known color: Jazz. HEX triplet: 61, 26 and 30. RGB value is (97,38,48). Sum of RGB (Red+Green+Blue) = 97+38+48=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612630 is #9ED9CF. Grayscale: #383838. Windows color (decimal): -10410448 or 3155553. OLE color: 3155553.

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

Color convert

RGB 97 38 48 -
CMYK 0 0.61 0.51 0.62
HSL 349.83º 0.44% 0.26% -
HSV(B) 349.83º 0.61% 0.38% -
XYZ 6.16 4.14 3.27 -
YUV 56.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 97 38 48 0 0.61 0.51 0.62 349.83 0.44 0.26
Hex 61 26 30 0 3D 33 3E 15E 2C 1A
Octal 141 46 60 0 75 63 76 536 54 32
Binary 1100001 100110 110000 0 111101 110011 111110 101011110 101100 11010

Color Harmonies of #612630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612630

Black with #612630

Text Example


Text Example

White with #612630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612630; }

 p { color: rgb(97,38,48); }

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

background-color css

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

 a { background-color: rgb(97,38,48); }

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

border-color css

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

 span { border-color: rgb(97,38,48); }

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