Html Css Color HEX #681C32 Claret

📋 copy color: '#681C32'

red 104 ◦ green 28 ◦ blue 50

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

Shades of Claret #681C32

Tints of Claret #681C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 50 (19.92% from 255) = 27.47%

R = 57.14%
G = 15.38%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681C32 (or 0x681C32) is known color: Claret. HEX triplet: 68, 1C and 32. RGB value is (104,28,50). Sum of RGB (Red+Green+Blue) = 104+28+50=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #681C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C32 is #97E3CD. Grayscale: #353535. Windows color (decimal): -9954254 or 3284072. OLE color: 3284072.

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

Color convert

RGB 104 28 50 -
CMYK 0 0.73 0.52 0.59
HSL 342.63º 0.58% 0.26% -
HSV(B) 342.63º 0.73% 0.41% -
XYZ 6.7 4 3.44 -
YUV 53.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 104 28 50 0 0.73 0.52 0.59 342.63 0.58 0.26
Hex 68 1C 32 0 49 34 3B 157 3A 1A
Octal 150 34 62 0 111 64 73 527 72 32
Binary 1101000 11100 110010 0 1001001 110100 111011 101010111 111010 11010

Color Harmonies of #681C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C32

Black with #681C32

Text Example


Text Example

White with #681C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,50); }

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

background-color css

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

 a { background-color: rgb(104,28,50); }

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

border-color css

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

 span { border-color: rgb(104,28,50); }

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