#632B30

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

Shades of Jazz #632B30

Tints of Jazz #632B30

Color information

#632B30 (or 0x632B30) is unknown color: approx Jazz. HEX triplet: 63, 2B and 30. RGB value is (99,43,48). Sum of RGB (Red+Green+Blue) = 99+43+48=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #632B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B30 is #9CD4CF. Grayscale: #3C3C3C. Windows color (decimal): -10278096 or 3156835. OLE color: 3156835.

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

Color convert

RGB994348-
CMYK00.570.520.61
HSL354.64º39.44%27.84%-
HSV(B)354.64º56.57%38.82%-
XYZ6.544.593.34-
YUV60.31121.05155.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=52.11%
G=22.63%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99434800.570.520.61354.6439.4427.84
Hex632B30039343D163271c
Octal143536007164755434734
Binary1100011101011110000011100111010011110110110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,43,48); }

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

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

 a { background-color: rgb(99,43,48); }

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

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

 span { border-color: rgb(99,43,48); }

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