#651832

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

Shades of Claret #651832

Tints of Claret #651832

Color information

#651832 (or 0x651832) is unknown color: approx Claret. HEX triplet: 65, 18 and 32. RGB value is (101,24,50). Sum of RGB (Red+Green+Blue) = 101+24+50=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #651832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651832 is #9AE7CD. Grayscale: #313131. Windows color (decimal): -10151886 or 3283045. OLE color: 3283045.

HSL color Cylindrical-coordinate representation of color #651832: hue angle of 339.74º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651832 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1012450-
CMYK00.760.500.60
HSL339.74º61.6%24.51%-
HSV(B)339.74º76.24%39.61%-
XYZ6.273.653.39-
YUV49.99128.01164.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.71%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=57.71%
G=13.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101245000.760.500.60339.7461.624.51
Hex65183204C323C1543e19
Octal1453062011462745247631
Binary1100101110001100100100110011001011110010101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651832; }

 p { color: rgb(101,24,50); }

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

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

 a { background-color: rgb(101,24,50); }

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

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

 span { border-color: rgb(101,24,50); }

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