#651F33

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

Shades of Claret #651F33

Tints of Claret #651F33

Color information

#651F33 (or 0x651F33) is unknown color: approx Claret. HEX triplet: 65, 1F and 33. RGB value is (101,31,51). Sum of RGB (Red+Green+Blue) = 101+31+51=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #651F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651F33 is #9AE0CC. Grayscale: #363636. Windows color (decimal): -10150093 or 3350373. OLE color: 3350373.

HSL color Cylindrical-coordinate representation of color #651F33: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F33 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1013151-
CMYK00.690.500.60
HSL342.86º53.03%25.88%-
HSV(B)342.86º69.31%39.61%-
XYZ6.453.993.56-
YUV54.21126.19161.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=55.19%
G=16.94%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101315100.690.500.60342.8653.0325.88
Hex651F33045323C157351a
Octal1453763010562745276532
Binary1100101111111100110100010111001011110010101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F33; }

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

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

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

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

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

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

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

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