Html Css Color HEX #681732 Claret

📋 copy color: '#681732'

red 104 ◦ green 23 ◦ blue 50

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

Shades of Claret #681732

Tints of Claret #681732

RGB

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

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

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

R = 58.76%
G = 12.99%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681732 (or 0x681732) is known color: Claret. HEX triplet: 68, 17 and 32. RGB value is (104,23,50). Sum of RGB (Red+Green+Blue) = 104+23+50=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #681732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681732 is #97E8CD. Grayscale: #323232. Windows color (decimal): -9955534 or 3282792. OLE color: 3282792.

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

Color convert

RGB 104 23 50 -
CMYK 0 0.78 0.52 0.59
HSL 340º 0.64% 0.25% -
HSV(B) 340º 0.78% 0.41% -
XYZ 6.59 3.79 3.4 -
YUV 50.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 104 23 50 0 0.78 0.52 0.59 340 0.64 0.25
Hex 68 17 32 0 4E 34 3B 154 40 19
Octal 150 27 62 0 116 64 73 524 100 31
Binary 1101000 10111 110010 0 1001110 110100 111011 101010100 1000000 11001

Color Harmonies of #681732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681732

Black with #681732

Text Example


Text Example

White with #681732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681732; }

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

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

background-color css

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

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

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

border-color css

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

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

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