Html Css Color HEX #68172F Claret

📋 copy color: '#68172F'

red 104 ◦ green 23 ◦ blue 47

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

Shades of Claret #68172F

Tints of Claret #68172F

RGB

 RED value IS 104 (41.02% from 255) = 59.77%

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

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

R = 59.77%
G = 13.22%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68172F (or 0x68172F) is known color: Claret. HEX triplet: 68, 17 and 2F. RGB value is (104,23,47). Sum of RGB (Red+Green+Blue) = 104+23+47=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68172F is #97E8D0. Grayscale: #313131. Windows color (decimal): -9955537 or 3086184. OLE color: 3086184.

HSL color Cylindrical-coordinate representation of color #68172F: hue angle of 342.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68172F is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 47 -
CMYK 0 0.78 0.55 0.59
HSL 342.22º 0.64% 0.25% -
HSV(B) 342.22º 0.78% 0.41% -
XYZ 6.53 3.76 3.07 -
YUV 49.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 104 23 47 0 0.78 0.55 0.59 342.22 0.64 0.25
Hex 68 17 2F 0 4E 37 3B 156 40 19
Octal 150 27 57 0 116 67 73 526 100 31
Binary 1101000 10111 101111 0 1001110 110111 111011 101010110 1000000 11001

Color Harmonies of #68172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68172F

Black with #68172F

Text Example


Text Example

White with #68172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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