#652D35

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

Shades of Jazz #652D35

Tints of Jazz #652D35

Color information

#652D35 (or 0x652D35) is unknown color: approx Jazz. HEX triplet: 65, 2D and 35. RGB value is (101,45,53). Sum of RGB (Red+Green+Blue) = 101+45+53=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #652D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D35 is #9AD2CA. Grayscale: #3E3E3E. Windows color (decimal): -10146507 or 3485029. OLE color: 3485029.

HSL color Cylindrical-coordinate representation of color #652D35: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D35 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1014553-
CMYK00.550.480.60
HSL351.43º38.36%28.63%-
HSV(B)351.43º55.45%39.61%-
XYZ6.954.93.95-
YUV62.66122.55155.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=50.75%
G=22.61%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101455300.550.480.60351.4338.3628.63
Hex652D35037303C15f261d
Octal145556506760745374635
Binary1100101101101110101011011111000011110010101111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652D35; }

 p { color: rgb(101,45,53); }

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

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

 a { background-color: rgb(101,45,53); }

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

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

 span { border-color: rgb(101,45,53); }

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