#652130

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

Shades of Claret #652130

Tints of Claret #652130

Color information

#652130 (or 0x652130) is unknown color: approx Claret. HEX triplet: 65, 21 and 30. RGB value is (101,33,48). Sum of RGB (Red+Green+Blue) = 101+33+48=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #652130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652130 is #9ADECF. Grayscale: #373737. Windows color (decimal): -10149584 or 3154277. OLE color: 3154277.

HSL color Cylindrical-coordinate representation of color #652130: hue angle of 346.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652130 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1013348-
CMYK00.670.520.60
HSL346.76º50.75%26.27%-
HSV(B)346.76º67.33%39.61%-
XYZ6.444.073.24-
YUV55.04124.03160.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=55.49%
G=18.13%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101334800.670.520.60346.7650.7526.27
Hex652130043343C15b331a
Octal1454160010364745336332
Binary11001011000011100000100001111010011110010101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652130; }

 p { color: rgb(101,33,48); }

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

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

 a { background-color: rgb(101,33,48); }

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

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

 span { border-color: rgb(101,33,48); }

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