#651534

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

Shades of Claret #651534

Tints of Claret #651534

Color information

#651534 (or 0x651534) is unknown color: approx Claret. HEX triplet: 65, 15 and 34. RGB value is (101,21,52). Sum of RGB (Red+Green+Blue) = 101+21+52=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #651534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651534 is #9AEACB. Grayscale: #303030. Windows color (decimal): -10152652 or 3413349. OLE color: 3413349.

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

Color convert

RGB1012152-
CMYK00.790.490.60
HSL336.75º65.57%23.92%-
HSV(B)336.75º79.21%39.61%-
XYZ6.253.553.6-
YUV48.45130165.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=58.05%
G=12.07%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101215200.790.490.60336.7565.5723.92
Hex65153404F313C1514218
Octal14525640117617452110230
Binary11001011010111010001001111110001111100101010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651534; }

 p { color: rgb(101,21,52); }

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

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

 a { background-color: rgb(101,21,52); }

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

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

 span { border-color: rgb(101,21,52); }

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