Html Css Color HEX #681733 Claret

📋 copy color: '#681733'

red 104 ◦ green 23 ◦ blue 51

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

Shades of Claret #681733

Tints of Claret #681733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

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

R = 58.43%
G = 12.92%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#681733 (or 0x681733) is known color: Claret. HEX triplet: 68, 17 and 33. RGB value is (104,23,51). Sum of RGB (Red+Green+Blue) = 104+23+51=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681733 is #97E8CC. Grayscale: #323232. Windows color (decimal): -9955533 or 3348328. OLE color: 3348328.

HSL color Cylindrical-coordinate representation of color #681733: hue angle of 339.26º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681733 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 51 -
CMYK 0 0.78 0.51 0.59
HSL 339.26º 0.64% 0.25% -
HSV(B) 339.26º 0.78% 0.41% -
XYZ 6.61 3.79 3.52 -
YUV 50.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 104 23 51 0 0.78 0.51 0.59 339.26 0.64 0.25
Hex 68 17 33 0 4E 33 3B 153 40 19
Octal 150 27 63 0 116 63 73 523 100 31
Binary 1101000 10111 110011 0 1001110 110011 111011 101010011 1000000 11001

Color Harmonies of #681733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681733

Black with #681733

Text Example


Text Example

White with #681733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681733; }

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

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

background-color css

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

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

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

border-color css

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

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

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