Html Css Color HEX #682034 Claret

📋 copy color: '#682034'

red 104 ◦ green 32 ◦ blue 52

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

Shades of Claret #682034

Tints of Claret #682034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 55.32%
G = 17.02%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#682034 (or 0x682034) is known color: Claret. HEX triplet: 68, 20 and 34. RGB value is (104,32,52). Sum of RGB (Red+Green+Blue) = 104+32+52=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682034 is #97DFCB. Grayscale: #373737. Windows color (decimal): -9953228 or 3416168. OLE color: 3416168.

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

Color convert

RGB 104 32 52 -
CMYK 0 0.69 0.50 0.59
HSL 343.33º 0.53% 0.27% -
HSV(B) 343.33º 0.69% 0.41% -
XYZ 6.85 4.22 3.7 -
YUV 55.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 104 32 52 0 0.69 0.50 0.59 343.33 0.53 0.27
Hex 68 20 34 0 45 32 3B 157 35 1B
Octal 150 40 64 0 105 62 73 527 65 33
Binary 1101000 100000 110100 0 1000101 110010 111011 101010111 110101 11011

Color Harmonies of #682034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682034

Black with #682034

Text Example


Text Example

White with #682034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682034; }

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

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

background-color css

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

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

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

border-color css

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

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

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