Html Css Color HEX #681334 Claret

📋 copy color: '#681334'

red 104 ◦ green 19 ◦ blue 52

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

Shades of Claret #681334

Tints of Claret #681334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 59.43%
G = 10.86%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#681334 (or 0x681334) is known color: Claret. HEX triplet: 68, 13 and 34. RGB value is (104,19,52). Sum of RGB (Red+Green+Blue) = 104+19+52=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681334 is #97ECCB. Grayscale: #303030. Windows color (decimal): -9956556 or 3412840. OLE color: 3412840.

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

Color convert

RGB 104 19 52 -
CMYK 0 0.82 0.50 0.59
HSL 336.71º 0.69% 0.24% -
HSV(B) 336.71º 0.82% 0.41% -
XYZ 6.56 3.66 3.61 -
YUV 48.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 104 19 52 0 0.82 0.50 0.59 336.71 0.69 0.24
Hex 68 13 34 0 52 32 3B 151 45 18
Octal 150 23 64 0 122 62 73 521 105 30
Binary 1101000 10011 110100 0 1010010 110010 111011 101010001 1000101 11000

Color Harmonies of #681334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681334

Black with #681334

Text Example


Text Example

White with #681334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681334; }

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

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

background-color css

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

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

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

border-color css

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

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

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