Html Css Color HEX #681F36 Claret

📋 copy color: '#681F36'

red 104 ◦ green 31 ◦ blue 54

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

Shades of Claret #681F36

Tints of Claret #681F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.4%

 BLUE value IS 54 (21.48% from 255) = 28.57%

R = 55.03%
G = 16.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681F36 (or 0x681F36) is known color: Claret. HEX triplet: 68, 1F and 36. RGB value is (104,31,54). Sum of RGB (Red+Green+Blue) = 104+31+54=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F36 is #97E0C9. Grayscale: #373737. Windows color (decimal): -9953482 or 3546984. OLE color: 3546984.

HSL color Cylindrical-coordinate representation of color #681F36: hue angle of 341.1º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F36 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 54 -
CMYK 0 0.70 0.48 0.59
HSL 341.1º 0.54% 0.26% -
HSV(B) 341.1º 0.7% 0.41% -
XYZ 6.86 4.19 3.94 -
YUV 55.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 104 31 54 0 0.70 0.48 0.59 341.1 0.54 0.26
Hex 68 1F 36 0 46 30 3B 155 36 1A
Octal 150 37 66 0 106 60 73 525 66 32
Binary 1101000 11111 110110 0 1000110 110000 111011 101010101 110110 11010

Color Harmonies of #681F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F36

Black with #681F36

Text Example


Text Example

White with #681F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,54); }

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

background-color css

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

 a { background-color: rgb(104,31,54); }

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

border-color css

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

 span { border-color: rgb(104,31,54); }

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