Html Css Color HEX #65172F Claret

📋 copy color: '#65172F'

red 101 ◦ green 23 ◦ blue 47

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

Shades of Claret #65172F

Tints of Claret #65172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 59.06%
G = 13.45%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#65172F (or 0x65172F) is known color: Claret. HEX triplet: 65, 17 and 2F. RGB value is (101,23,47). Sum of RGB (Red+Green+Blue) = 101+23+47=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #65172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65172F is #9AE8D0. Grayscale: #313131. Windows color (decimal): -10152145 or 3086181. OLE color: 3086181.

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

Color convert

RGB 101 23 47 -
CMYK 0 0.77 0.53 0.60
HSL 341.54º 0.63% 0.24% -
HSV(B) 341.54º 0.77% 0.4% -
XYZ 6.19 3.58 3.06 -
YUV 49.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 101 23 47 0 0.77 0.53 0.60 341.54 0.63 0.24
Hex 65 17 2F 0 4D 35 3C 156 3F 18
Octal 145 27 57 0 115 65 74 526 77 30
Binary 1100101 10111 101111 0 1001101 110101 111100 101010110 111111 11000

Color Harmonies of #65172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65172F

Black with #65172F

Text Example


Text Example

White with #65172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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