Html Css Color HEX #681D33 Claret

📋 copy color: '#681D33'

red 104 ◦ green 29 ◦ blue 51

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

Shades of Claret #681D33

Tints of Claret #681D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.72%

R = 56.52%
G = 15.76%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#681D33 (or 0x681D33) is known color: Claret. HEX triplet: 68, 1D and 33. RGB value is (104,29,51). Sum of RGB (Red+Green+Blue) = 104+29+51=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #681D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D33 is #97E2CC. Grayscale: #353535. Windows color (decimal): -9953997 or 3349864. OLE color: 3349864.

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

Color convert

RGB 104 29 51 -
CMYK 0 0.72 0.51 0.59
HSL 342.4º 0.56% 0.26% -
HSV(B) 342.4º 0.72% 0.41% -
XYZ 6.75 4.06 3.56 -
YUV 53.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 104 29 51 0 0.72 0.51 0.59 342.4 0.56 0.26
Hex 68 1D 33 0 48 33 3B 156 38 1A
Octal 150 35 63 0 110 63 73 526 70 32
Binary 1101000 11101 110011 0 1001000 110011 111011 101010110 111000 11010

Color Harmonies of #681D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D33

Black with #681D33

Text Example


Text Example

White with #681D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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