Html Css Color HEX #651731 Claret

📋 copy color: '#651731'

red 101 ◦ green 23 ◦ blue 49

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

Shades of Claret #651731

Tints of Claret #651731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 58.38%
G = 13.29%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#651731 (or 0x651731) is known color: Claret. HEX triplet: 65, 17 and 31. RGB value is (101,23,49). Sum of RGB (Red+Green+Blue) = 101+23+49=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651731 is #9AE8CE. Grayscale: #313131. Windows color (decimal): -10152143 or 3217253. OLE color: 3217253.

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

Color convert

RGB 101 23 49 -
CMYK 0 0.77 0.51 0.60
HSL 340º 0.63% 0.24% -
HSV(B) 340º 0.77% 0.4% -
XYZ 6.23 3.6 3.27 -
YUV 49.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 101 23 49 0 0.77 0.51 0.60 340 0.63 0.24
Hex 65 17 31 0 4D 33 3C 154 3F 18
Octal 145 27 61 0 115 63 74 524 77 30
Binary 1100101 10111 110001 0 1001101 110011 111100 101010100 111111 11000

Color Harmonies of #651731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651731

Black with #651731

Text Example


Text Example

White with #651731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651731; }

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

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

background-color css

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

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

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

border-color css

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

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

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