Html Css Color HEX #681431 Claret

📋 copy color: '#681431'

red 104 ◦ green 20 ◦ blue 49

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

Shades of Claret #681431

Tints of Claret #681431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

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

R = 60.12%
G = 11.56%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#681431 (or 0x681431) is known color: Claret. HEX triplet: 68, 14 and 31. RGB value is (104,20,49). Sum of RGB (Red+Green+Blue) = 104+20+49=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681431 is #97EBCE. Grayscale: #303030. Windows color (decimal): -9956303 or 3216488. OLE color: 3216488.

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

Color convert

RGB 104 20 49 -
CMYK 0 0.81 0.53 0.59
HSL 339.29º 0.68% 0.24% -
HSV(B) 339.29º 0.81% 0.41% -
XYZ 6.51 3.67 3.27 -
YUV 48.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 104 20 49 0 0.81 0.53 0.59 339.29 0.68 0.24
Hex 68 14 31 0 51 35 3B 153 44 18
Octal 150 24 61 0 121 65 73 523 104 30
Binary 1101000 10100 110001 0 1010001 110101 111011 101010011 1000100 11000

Color Harmonies of #681431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681431

Black with #681431

Text Example


Text Example

White with #681431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681431; }

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

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

background-color css

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

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

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

border-color css

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

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

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