Html Css Color HEX #681E32 Claret

📋 copy color: '#681E32'

red 104 ◦ green 30 ◦ blue 50

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

Shades of Claret #681E32

Tints of Claret #681E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 56.52%
G = 16.3%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681E32 (or 0x681E32) is known color: Claret. HEX triplet: 68, 1E and 32. RGB value is (104,30,50). Sum of RGB (Red+Green+Blue) = 104+30+50=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #681E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E32 is #97E1CD. Grayscale: #363636. Windows color (decimal): -9953742 or 3284584. OLE color: 3284584.

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

Color convert

RGB 104 30 50 -
CMYK 0 0.71 0.52 0.59
HSL 343.78º 0.55% 0.26% -
HSV(B) 343.78º 0.71% 0.41% -
XYZ 6.75 4.1 3.45 -
YUV 54.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 104 30 50 0 0.71 0.52 0.59 343.78 0.55 0.26
Hex 68 1E 32 0 47 34 3B 158 37 1A
Octal 150 36 62 0 107 64 73 530 67 32
Binary 1101000 11110 110010 0 1000111 110100 111011 101011000 110111 11010

Color Harmonies of #681E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E32

Black with #681E32

Text Example


Text Example

White with #681E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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