Html Css Color HEX #681D36 Claret

📋 copy color: '#681D36'

red 104 ◦ green 29 ◦ blue 54

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

Shades of Claret #681D36

Tints of Claret #681D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

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

R = 55.61%
G = 15.51%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681D36 (or 0x681D36) is known color: Claret. HEX triplet: 68, 1D and 36. RGB value is (104,29,54). Sum of RGB (Red+Green+Blue) = 104+29+54=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D36 is #97E2C9. Grayscale: #363636. Windows color (decimal): -9953994 or 3546472. OLE color: 3546472.

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

Color convert

RGB 104 29 54 -
CMYK 0 0.72 0.48 0.59
HSL 340º 0.56% 0.26% -
HSV(B) 340º 0.72% 0.41% -
XYZ 6.81 4.09 3.92 -
YUV 54.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 104 29 54 0 0.72 0.48 0.59 340 0.56 0.26
Hex 68 1D 36 0 48 30 3B 154 38 1A
Octal 150 35 66 0 110 60 73 524 70 32
Binary 1101000 11101 110110 0 1001000 110000 111011 101010100 111000 11010

Color Harmonies of #681D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D36

Black with #681D36

Text Example


Text Example

White with #681D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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