Html Css Color HEX #681D32 Claret

📋 copy color: '#681D32'

red 104 ◦ green 29 ◦ blue 50

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

Shades of Claret #681D32

Tints of Claret #681D32

RGB

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

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

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

R = 56.83%
G = 15.85%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681D32 (or 0x681D32) is known color: Claret. HEX triplet: 68, 1D and 32. RGB value is (104,29,50). Sum of RGB (Red+Green+Blue) = 104+29+50=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #681D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D32 is #97E2CD. Grayscale: #353535. Windows color (decimal): -9953998 or 3284328. OLE color: 3284328.

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

Color convert

RGB 104 29 50 -
CMYK 0 0.72 0.52 0.59
HSL 343.2º 0.56% 0.26% -
HSV(B) 343.2º 0.72% 0.41% -
XYZ 6.72 4.05 3.45 -
YUV 53.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 104 29 50 0 0.72 0.52 0.59 343.2 0.56 0.26
Hex 68 1D 32 0 48 34 3B 157 38 1A
Octal 150 35 62 0 110 64 73 527 70 32
Binary 1101000 11101 110010 0 1001000 110100 111011 101010111 111000 11010

Color Harmonies of #681D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D32

Black with #681D32

Text Example


Text Example

White with #681D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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