Html Css Color HEX #681931 Claret

📋 copy color: '#681931'

red 104 ◦ green 25 ◦ blue 49

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

Shades of Claret #681931

Tints of Claret #681931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 58.43%
G = 14.04%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#681931 (or 0x681931) is known color: Claret. HEX triplet: 68, 19 and 31. RGB value is (104,25,49). Sum of RGB (Red+Green+Blue) = 104+25+49=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681931 is #97E6CE. Grayscale: #333333. Windows color (decimal): -9955023 or 3217768. OLE color: 3217768.

HSL color Cylindrical-coordinate representation of color #681931: hue angle of 341.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681931 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 49 -
CMYK 0 0.76 0.53 0.59
HSL 341.77º 0.61% 0.25% -
HSV(B) 341.77º 0.76% 0.41% -
XYZ 6.61 3.86 3.3 -
YUV 51.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 104 25 49 0 0.76 0.53 0.59 341.77 0.61 0.25
Hex 68 19 31 0 4C 35 3B 156 3D 19
Octal 150 31 61 0 114 65 73 526 75 31
Binary 1101000 11001 110001 0 1001100 110101 111011 101010110 111101 11001

Color Harmonies of #681931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681931

Black with #681931

Text Example


Text Example

White with #681931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681931; }

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

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

background-color css

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

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

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

border-color css

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

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

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