Html Css Color HEX #651735 Claret

📋 copy color: '#651735'

red 101 ◦ green 23 ◦ blue 53

#651735
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #651735

Tints of Claret #651735

RGB

 RED value IS 101 (39.84% from 255) = 57.06%

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 53 (21.09% from 255) = 29.94%

R = 57.06%
G = 12.99%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#651735 (or 0x651735) is known color: Claret. HEX triplet: 65, 17 and 35. RGB value is (101,23,53). Sum of RGB (Red+Green+Blue) = 101+23+53=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651735 is #9AE8CA. Grayscale: #313131. Windows color (decimal): -10152139 or 3479397. OLE color: 3479397.

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

Color convert

RGB 101 23 53 -
CMYK 0 0.77 0.48 0.60
HSL 336.92º 0.63% 0.24% -
HSV(B) 336.92º 0.77% 0.4% -
XYZ 6.32 3.64 3.74 -
YUV 49.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 101 23 53 0 0.77 0.48 0.60 336.92 0.63 0.24
Hex 65 17 35 0 4D 30 3C 151 3F 18
Octal 145 27 65 0 115 60 74 521 77 30
Binary 1100101 10111 110101 0 1001101 110000 111100 101010001 111111 11000

Color Harmonies of #651735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651735

Black with #651735

Text Example


Text Example

White with #651735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651735; }

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

 H1.HeaderClassName
 {
   color: #651735;
 }
 .AnyTagClassName
 {
   color: #651735;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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