Html Css Color HEX #681631 Claret

📋 copy color: '#681631'

red 104 ◦ green 22 ◦ blue 49

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

Shades of Claret #681631

Tints of Claret #681631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 59.43%
G = 12.57%
B = 28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#681631 (or 0x681631) is known color: Claret. HEX triplet: 68, 16 and 31. RGB value is (104,22,49). Sum of RGB (Red+Green+Blue) = 104+22+49=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681631 is #97E9CE. Grayscale: #313131. Windows color (decimal): -9955791 or 3217000. OLE color: 3217000.

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

Color convert

RGB 104 22 49 -
CMYK 0 0.79 0.53 0.59
HSL 340.24º 0.65% 0.25% -
HSV(B) 340.24º 0.79% 0.41% -
XYZ 6.55 3.74 3.28 -
YUV 49.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 104 22 49 0 0.79 0.53 0.59 340.24 0.65 0.25
Hex 68 16 31 0 4F 35 3B 154 41 19
Octal 150 26 61 0 117 65 73 524 101 31
Binary 1101000 10110 110001 0 1001111 110101 111011 101010100 1000001 11001

Color Harmonies of #681631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681631

Black with #681631

Text Example


Text Example

White with #681631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681631; }

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

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

background-color css

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

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

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

border-color css

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

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

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