#622630

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

Shades of Jazz #622630

Tints of Jazz #622630

Color information

#622630 (or 0x622630) is unknown color: approx Jazz. HEX triplet: 62, 26 and 30. RGB value is (98,38,48). Sum of RGB (Red+Green+Blue) = 98+38+48=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #622630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622630 is #9DD9CF. Grayscale: #393939. Windows color (decimal): -10344912 or 3155554. OLE color: 3155554.

HSL color Cylindrical-coordinate representation of color #622630: hue angle of 350º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #622630 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB983848-
CMYK00.610.510.62
HSL350º44.12%26.67%-
HSV(B)350º61.22%38.43%-
XYZ6.264.23.28-
YUV57.08122.88157.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=53.26%
G=20.65%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98384800.610.510.6235044.1226.67
Hex62263003D333E15e2c1b
Octal142466007563765365433
Binary1100010100110110000011110111001111111010101111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622630; }

 p { color: rgb(98,38,48); }

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

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

 a { background-color: rgb(98,38,48); }

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

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

 span { border-color: rgb(98,38,48); }

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