Html Css Color HEX #633133 Jazz

📋 copy color: '#633133'

red 99 ◦ green 49 ◦ blue 51

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

Shades of Jazz #633133

Tints of Jazz #633133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 49.75%
G = 24.62%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#633133 (or 0x633133) is known color: Jazz. HEX triplet: 63, 31 and 33. RGB value is (99,49,51). Sum of RGB (Red+Green+Blue) = 99+49+51=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #633133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633133 is #9CCECC. Grayscale: #404040. Windows color (decimal): -10276557 or 3354979. OLE color: 3354979.

HSL color Cylindrical-coordinate representation of color #633133: hue angle of 357.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633133 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 49 51 -
CMYK 0 0.51 0.48 0.61
HSL 357.6º 0.34% 0.29% -
HSV(B) 357.6º 0.51% 0.39% -
XYZ 6.84 5.09 3.75 -
YUV 64.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 99 49 51 0 0.51 0.48 0.61 357.6 0.34 0.29
Hex 63 31 33 0 33 30 3D 166 22 1D
Octal 143 61 63 0 63 60 75 546 42 35
Binary 1100011 110001 110011 0 110011 110000 111101 101100110 100010 11101

Color Harmonies of #633133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633133

Black with #633133

Text Example


Text Example

White with #633133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633133; }

 p { color: rgb(99,49,51); }

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

background-color css

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

 a { background-color: rgb(99,49,51); }

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

border-color css

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

 span { border-color: rgb(99,49,51); }

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