#652230

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

Shades of Claret #652230

Tints of Claret #652230

Color information

#652230 (or 0x652230) is unknown color: approx Claret. HEX triplet: 65, 22 and 30. RGB value is (101,34,48). Sum of RGB (Red+Green+Blue) = 101+34+48=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #652230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652230 is #9ADDCF. Grayscale: #373737. Windows color (decimal): -10149328 or 3154533. OLE color: 3154533.

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

Color convert

RGB1013448-
CMYK00.660.520.60
HSL347.46º49.63%26.47%-
HSV(B)347.46º66.34%39.61%-
XYZ6.474.123.25-
YUV55.63123.7160.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=55.19%
G=18.58%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101344800.660.520.60347.4649.6326.47
Hex652230042343C15b321a
Octal1454260010264745336232
Binary11001011000101100000100001011010011110010101101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652230; }

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

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

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

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

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

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

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

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