#622B35

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

Shades of Jazz #622B35

Tints of Jazz #622B35

Color information

#622B35 (or 0x622B35) is unknown color: approx Jazz. HEX triplet: 62, 2B and 35. RGB value is (98,43,53). Sum of RGB (Red+Green+Blue) = 98+43+53=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #622B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B35 is #9DD4CA. Grayscale: #3C3C3C. Windows color (decimal): -10343627 or 3484514. OLE color: 3484514.

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

Color convert

RGB984353-
CMYK00.560.460.62
HSL349.09º39.01%27.65%-
HSV(B)349.09º56.12%38.43%-
XYZ6.544.583.91-
YUV60.58123.72154.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=50.52%
G=22.16%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98435300.560.460.62349.0939.0127.65
Hex622B350382E3E15d271c
Octal142536507056765354734
Binary1100010101011110101011100010111011111010101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622B35; }

 p { color: rgb(98,43,53); }

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

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

 a { background-color: rgb(98,43,53); }

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

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

 span { border-color: rgb(98,43,53); }

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