Html Css Color HEX #681F34 Claret

📋 copy color: '#681F34'

red 104 ◦ green 31 ◦ blue 52

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

Shades of Claret #681F34

Tints of Claret #681F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 55.61%
G = 16.58%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#681F34 (or 0x681F34) is known color: Claret. HEX triplet: 68, 1F and 34. RGB value is (104,31,52). Sum of RGB (Red+Green+Blue) = 104+31+52=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F34 is #97E0CB. Grayscale: #373737. Windows color (decimal): -9953484 or 3415912. OLE color: 3415912.

HSL color Cylindrical-coordinate representation of color #681F34: hue angle of 342.74º 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 #681F34 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 52 -
CMYK 0 0.70 0.50 0.59
HSL 342.74º 0.54% 0.26% -
HSV(B) 342.74º 0.7% 0.41% -
XYZ 6.82 4.17 3.69 -
YUV 55.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 104 31 52 0 0.70 0.50 0.59 342.74 0.54 0.26
Hex 68 1F 34 0 46 32 3B 157 36 1A
Octal 150 37 64 0 106 62 73 527 66 32
Binary 1101000 11111 110100 0 1000110 110010 111011 101010111 110110 11010

Color Harmonies of #681F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F34

Black with #681F34

Text Example


Text Example

White with #681F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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