Html Css Color HEX #681133 Claret

📋 copy color: '#681133'

red 104 ◦ green 17 ◦ blue 51

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

Shades of Claret #681133

Tints of Claret #681133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 60.47%
G = 9.88%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#681133 (or 0x681133) is known color: Claret. HEX triplet: 68, 11 and 33. RGB value is (104,17,51). Sum of RGB (Red+Green+Blue) = 104+17+51=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681133 is #97EECC. Grayscale: #2E2E2E. Windows color (decimal): -9957069 or 3346792. OLE color: 3346792.

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

Color convert

RGB 104 17 51 -
CMYK 0 0.84 0.51 0.59
HSL 336.55º 0.72% 0.24% -
HSV(B) 336.55º 0.84% 0.41% -
XYZ 6.51 3.58 3.48 -
YUV 46.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 104 17 51 0 0.84 0.51 0.59 336.55 0.72 0.24
Hex 68 11 33 0 54 33 3B 151 48 18
Octal 150 21 63 0 124 63 73 521 110 30
Binary 1101000 10001 110011 0 1010100 110011 111011 101010001 1001000 11000

Color Harmonies of #681133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681133

Black with #681133

Text Example


Text Example

White with #681133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681133; }

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

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

background-color css

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

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

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

border-color css

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

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

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