Html Css Color HEX #681231 Claret

📋 copy color: '#681231'

red 104 ◦ green 18 ◦ blue 49

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

Shades of Claret #681231

Tints of Claret #681231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 60.82%
G = 10.53%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#681231 (or 0x681231) is known color: Claret. HEX triplet: 68, 12 and 31. RGB value is (104,18,49). Sum of RGB (Red+Green+Blue) = 104+18+49=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #681231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681231 is #97EDCE. Grayscale: #2F2F2F. Windows color (decimal): -9956815 or 3215976. OLE color: 3215976.

HSL color Cylindrical-coordinate representation of color #681231: hue angle of 338.37º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681231 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 49 -
CMYK 0 0.83 0.53 0.59
HSL 338.37º 0.7% 0.24% -
HSV(B) 338.37º 0.83% 0.41% -
XYZ 6.48 3.6 3.26 -
YUV 47.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 104 18 49 0 0.83 0.53 0.59 338.37 0.7 0.24
Hex 68 12 31 0 53 35 3B 152 46 18
Octal 150 22 61 0 123 65 73 522 106 30
Binary 1101000 10010 110001 0 1010011 110101 111011 101010010 1000110 11000

Color Harmonies of #681231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681231

Black with #681231

Text Example


Text Example

White with #681231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681231; }

 p { color: rgb(104,18,49); }

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

background-color css

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

 a { background-color: rgb(104,18,49); }

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

border-color css

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

 span { border-color: rgb(104,18,49); }

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