#651835

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

Shades of Claret #651835

Tints of Claret #651835

Color information

#651835 (or 0x651835) is unknown color: approx Claret. HEX triplet: 65, 18 and 35. RGB value is (101,24,53). Sum of RGB (Red+Green+Blue) = 101+24+53=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #651835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651835 is #9AE7CA. Grayscale: #323232. Windows color (decimal): -10151883 or 3479653. OLE color: 3479653.

HSL color Cylindrical-coordinate representation of color #651835: hue angle of 337.4º 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 #651835 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1012453-
CMYK00.760.480.60
HSL337.4º61.6%24.51%-
HSV(B)337.4º76.24%39.61%-
XYZ6.343.683.74-
YUV50.33129.51164.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=56.74%
G=13.48%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101245300.760.480.60337.461.624.51
Hex65183504C303C1513e19
Octal1453065011460745217631
Binary1100101110001101010100110011000011110010101000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651835; }

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

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

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

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

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

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

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

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