Html Css Color HEX #681534 Claret

📋 copy color: '#681534'

red 104 ◦ green 21 ◦ blue 52

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

Shades of Claret #681534

Tints of Claret #681534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

 BLUE value IS 52 (20.7% from 255) = 29.38%

R = 58.76%
G = 11.86%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#681534 (or 0x681534) is known color: Claret. HEX triplet: 68, 15 and 34. RGB value is (104,21,52). Sum of RGB (Red+Green+Blue) = 104+21+52=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #681534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681534 is #97EACB. Grayscale: #313131. Windows color (decimal): -9956044 or 3413352. OLE color: 3413352.

HSL color Cylindrical-coordinate representation of color #681534: hue angle of 337.59º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681534 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 52 -
CMYK 0 0.80 0.50 0.59
HSL 337.59º 0.66% 0.25% -
HSV(B) 337.59º 0.8% 0.41% -
XYZ 6.6 3.73 3.62 -
YUV 49.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 104 21 52 0 0.80 0.50 0.59 337.59 0.66 0.25
Hex 68 15 34 0 50 32 3B 152 42 19
Octal 150 25 64 0 120 62 73 522 102 31
Binary 1101000 10101 110100 0 1010000 110010 111011 101010010 1000010 11001

Color Harmonies of #681534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681534

Black with #681534

Text Example


Text Example

White with #681534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681534; }

 p { color: rgb(104,21,52); }

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

background-color css

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

 a { background-color: rgb(104,21,52); }

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

border-color css

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

 span { border-color: rgb(104,21,52); }

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