Html Css Color HEX #622E31 Jazz

📋 copy color: '#622E31'

red 98 ◦ green 46 ◦ blue 49

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

Shades of Jazz #622E31

Tints of Jazz #622E31

RGB

 RED value IS 98 (38.67% from 255) = 50.78%

 GREEN value IS 46 (18.36% from 255) = 23.83%

 BLUE value IS 49 (19.53% from 255) = 25.39%

R = 50.78%
G = 23.83%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#622E31 (or 0x622E31) is known color: Jazz. HEX triplet: 62, 2E and 31. RGB value is (98,46,49). Sum of RGB (Red+Green+Blue) = 98+46+49=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #622E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E31 is #9DD1CE. Grayscale: #3D3D3D. Windows color (decimal): -10342863 or 3223138. OLE color: 3223138.

HSL color Cylindrical-coordinate representation of color #622E31: hue angle of 356.54º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E31 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 46 49 -
CMYK 0 0.53 0.5 0.62
HSL 356.54º 0.36% 0.28% -
HSV(B) 356.54º 0.53% 0.38% -
XYZ 6.57 4.77 3.48 -
YUV 61.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 98 46 49 0 0.53 0.5 0.62 356.54 0.36 0.28
Hex 62 2E 31 0 35 32 3E 165 24 1C
Octal 142 56 61 0 65 62 76 545 44 34
Binary 1100010 101110 110001 0 110101 110010 111110 101100101 100100 11100

Color Harmonies of #622E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622E31

Black with #622E31

Text Example


Text Example

White with #622E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622E31; }

 p { color: rgb(98,46,49); }

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

background-color css

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

 a { background-color: rgb(98,46,49); }

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

border-color css

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

 span { border-color: rgb(98,46,49); }

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