Html Css Color HEX #681434 Claret

📋 copy color: '#681434'

red 104 ◦ green 20 ◦ blue 52

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

Shades of Claret #681434

Tints of Claret #681434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 59.09%
G = 11.36%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#681434 (or 0x681434) is known color: Claret. HEX triplet: 68, 14 and 34. RGB value is (104,20,52). Sum of RGB (Red+Green+Blue) = 104+20+52=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681434 is #97EBCB. Grayscale: #303030. Windows color (decimal): -9956300 or 3413096. OLE color: 3413096.

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

Color convert

RGB 104 20 52 -
CMYK 0 0.81 0.50 0.59
HSL 337.14º 0.68% 0.24% -
HSV(B) 337.14º 0.81% 0.41% -
XYZ 6.58 3.69 3.61 -
YUV 48.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 104 20 52 0 0.81 0.50 0.59 337.14 0.68 0.24
Hex 68 14 34 0 51 32 3B 151 44 18
Octal 150 24 64 0 121 62 73 521 104 30
Binary 1101000 10100 110100 0 1010001 110010 111011 101010001 1000100 11000

Color Harmonies of #681434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681434

Black with #681434

Text Example


Text Example

White with #681434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681434; }

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

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

background-color css

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

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

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

border-color css

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

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

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