Html Css Color HEX #632A32 Jazz

📋 copy color: '#632A32'

red 99 ◦ green 42 ◦ blue 50

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

Shades of Jazz #632A32

Tints of Jazz #632A32

RGB

 RED value IS 99 (39.06% from 255) = 51.83%

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

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 51.83%
G = 21.99%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#632A32 (or 0x632A32) is known color: Jazz. HEX triplet: 63, 2A and 32. RGB value is (99,42,50). Sum of RGB (Red+Green+Blue) = 99+42+50=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #632A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A32 is #9CD5CD. Grayscale: #3B3B3B. Windows color (decimal): -10278350 or 3287651. OLE color: 3287651.

HSL color Cylindrical-coordinate representation of color #632A32: hue angle of 351.58º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A32 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 42 50 -
CMYK 0 0.58 0.49 0.61
HSL 351.58º 0.4% 0.28% -
HSV(B) 351.58º 0.58% 0.39% -
XYZ 6.55 4.54 3.55 -
YUV 59.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 99 42 50 0 0.58 0.49 0.61 351.58 0.4 0.28
Hex 63 2A 32 0 3A 31 3D 160 28 1C
Octal 143 52 62 0 72 61 75 540 50 34
Binary 1100011 101010 110010 0 111010 110001 111101 101100000 101000 11100

Color Harmonies of #632A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632A32

Black with #632A32

Text Example


Text Example

White with #632A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632A32; }

 p { color: rgb(99,42,50); }

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

background-color css

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

 a { background-color: rgb(99,42,50); }

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

border-color css

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

 span { border-color: rgb(99,42,50); }

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