Html Css Color HEX #681C31 Claret

📋 copy color: '#681C31'

red 104 ◦ green 28 ◦ blue 49

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

Shades of Claret #681C31

Tints of Claret #681C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

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

R = 57.46%
G = 15.47%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#681C31 (or 0x681C31) is known color: Claret. HEX triplet: 68, 1C and 31. RGB value is (104,28,49). Sum of RGB (Red+Green+Blue) = 104+28+49=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C31 is #97E3CE. Grayscale: #353535. Windows color (decimal): -9954255 or 3218536. OLE color: 3218536.

HSL color Cylindrical-coordinate representation of color #681C31: hue angle of 343.42º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C31 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 49 -
CMYK 0 0.73 0.53 0.59
HSL 343.42º 0.58% 0.26% -
HSV(B) 343.42º 0.73% 0.41% -
XYZ 6.68 4 3.32 -
YUV 53.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 104 28 49 0 0.73 0.53 0.59 343.42 0.58 0.26
Hex 68 1C 31 0 49 35 3B 157 3A 1A
Octal 150 34 61 0 111 65 73 527 72 32
Binary 1101000 11100 110001 0 1001001 110101 111011 101010111 111010 11010

Color Harmonies of #681C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C31

Black with #681C31

Text Example


Text Example

White with #681C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C31; }

 p { color: rgb(104,28,49); }

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

background-color css

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

 a { background-color: rgb(104,28,49); }

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

border-color css

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

 span { border-color: rgb(104,28,49); }

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