#632E35

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

Shades of Jazz #632E35

Tints of Jazz #632E35

Color information

#632E35 (or 0x632E35) is unknown color: approx Jazz. HEX triplet: 63, 2E and 35. RGB value is (99,46,53). Sum of RGB (Red+Green+Blue) = 99+46+53=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #632E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E35 is #9CD1CA. Grayscale: #3E3E3E. Windows color (decimal): -10277323 or 3485283. OLE color: 3485283.

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

Color convert

RGB994653-
CMYK00.540.460.61
HSL352.08º36.55%28.43%-
HSV(B)352.08º53.54%38.82%-
XYZ6.774.863.95-
YUV62.64122.56153.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=50%
G=23.23%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99465300.540.460.61352.0836.5528.43
Hex632E350362E3D160251c
Octal143566506656755404534
Binary1100011101110110101011011010111011110110110000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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