Html Css Color HEX #632932 Jazz

📋 copy color: '#632932'

red 99 ◦ green 41 ◦ blue 50

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

Shades of Jazz #632932

Tints of Jazz #632932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 52.11%
G = 21.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#632932 (or 0x632932) is known color: Jazz. HEX triplet: 63, 29 and 32. RGB value is (99,41,50). Sum of RGB (Red+Green+Blue) = 99+41+50=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #632932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632932 is #9CD6CD. Grayscale: #3B3B3B. Windows color (decimal): -10278606 or 3287395. OLE color: 3287395.

HSL color Cylindrical-coordinate representation of color #632932: hue angle of 350.69º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632932 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 50 -
CMYK 0 0.59 0.49 0.61
HSL 350.69º 0.41% 0.27% -
HSV(B) 350.69º 0.59% 0.39% -
XYZ 6.51 4.47 3.54 -
YUV 59.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 99 41 50 0 0.59 0.49 0.61 350.69 0.41 0.27
Hex 63 29 32 0 3B 31 3D 15F 29 1B
Octal 143 51 62 0 73 61 75 537 51 33
Binary 1100011 101001 110010 0 111011 110001 111101 101011111 101001 11011

Color Harmonies of #632932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632932

Black with #632932

Text Example


Text Example

White with #632932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632932; }

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

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

background-color css

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

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

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

border-color css

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

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

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