#632C35

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

Shades of Jazz #632C35

Tints of Jazz #632C35

Color information

#632C35 (or 0x632C35) is unknown color: approx Jazz. HEX triplet: 63, 2C and 35. RGB value is (99,44,53). Sum of RGB (Red+Green+Blue) = 99+44+53=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #632C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C35 is #9CD3CA. Grayscale: #3D3D3D. Windows color (decimal): -10277835 or 3484771. OLE color: 3484771.

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

Color convert

RGB994453-
CMYK00.560.460.61
HSL350.18º38.46%28.04%-
HSV(B)350.18º55.56%38.82%-
XYZ6.694.713.92-
YUV61.47123.22154.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=50.51%
G=22.45%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99445300.560.460.61350.1838.4628.04
Hex632C350382E3D15e261c
Octal143546507056755364634
Binary1100011101100110101011100010111011110110101111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,44,53); }

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

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

 a { background-color: rgb(99,44,53); }

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

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

 span { border-color: rgb(99,44,53); }

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