#651433

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

Shades of Claret #651433

Tints of Claret #651433

Color information

#651433 (or 0x651433) is unknown color: approx Claret. HEX triplet: 65, 14 and 33. RGB value is (101,20,51). Sum of RGB (Red+Green+Blue) = 101+20+51=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #651433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651433 is #9AEBCC. Grayscale: #2F2F2F. Windows color (decimal): -10152909 or 3347557. OLE color: 3347557.

HSL color Cylindrical-coordinate representation of color #651433: hue angle of 337.04º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651433 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1012051-
CMYK00.800.500.60
HSL337.04º66.94%23.73%-
HSV(B)337.04º80.2%39.61%-
XYZ6.213.513.48-
YUV47.75129.84165.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.72%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=58.72%
G=11.63%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101205100.800.500.60337.0466.9423.73
Hex651433050323C1514318
Octal14524630120627452110330
Binary11001011010011001101010000110010111100101010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651433; }

 p { color: rgb(101,20,51); }

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

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

 a { background-color: rgb(101,20,51); }

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

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

 span { border-color: rgb(101,20,51); }

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