#633338

Color #633338 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #633338

Tints of Jazz #633338

Color information

#633338 (or 0x633338) is unknown color: approx Jazz. HEX triplet: 63, 33 and 38. RGB value is (99,51,56). Sum of RGB (Red+Green+Blue) = 99+51+56=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633338 is #9CCCC7. Grayscale: #414141. Windows color (decimal): -10276040 or 3683171. OLE color: 3683171.

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

Color convert

RGB995156-
CMYK00.480.430.61
HSL353.75º32%29.41%-
HSV(B)353.75º48.48%38.82%-
XYZ7.045.314.39-
YUV65.92122.4151.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=48.06%
G=24.76%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99515600.480.430.61353.753229.41
Hex6333380302B3D162201d
Octal143637006053755424035
Binary1100011110011111000011000010101111110110110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633338; }

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

 H1.HeaderClassName
 {
   color: #633338;
 }
 .AnyTagClassName
 {
   color: #633338;
 }
</style>
background-color css

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

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

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

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

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

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