Html Css Color HEX #68172D Claret

📋 copy color: '#68172D'

red 104 ◦ green 23 ◦ blue 45

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

Shades of Claret #68172D

Tints of Claret #68172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.16%

R = 60.47%
G = 13.37%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68172D (or 0x68172D) is known color: Claret. HEX triplet: 68, 17 and 2D. RGB value is (104,23,45). Sum of RGB (Red+Green+Blue) = 104+23+45=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68172D is #97E8D2. Grayscale: #313131. Windows color (decimal): -9955539 or 2955112. OLE color: 2955112.

HSL color Cylindrical-coordinate representation of color #68172D: hue angle of 343.7º 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 #68172D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 45 -
CMYK 0 0.78 0.57 0.59
HSL 343.7º 0.64% 0.25% -
HSV(B) 343.7º 0.78% 0.41% -
XYZ 6.49 3.75 2.86 -
YUV 49.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 104 23 45 0 0.78 0.57 0.59 343.7 0.64 0.25
Hex 68 17 2D 0 4E 39 3B 158 40 19
Octal 150 27 55 0 116 71 73 530 100 31
Binary 1101000 10111 101101 0 1001110 111001 111011 101011000 1000000 11001

Color Harmonies of #68172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68172D

Black with #68172D

Text Example


Text Example

White with #68172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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