Html Css Color HEX #682134 Claret

📋 copy color: '#682134'

red 104 ◦ green 33 ◦ blue 52

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

Shades of Claret #682134

Tints of Claret #682134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

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

R = 55.03%
G = 17.46%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#682134 (or 0x682134) is known color: Claret. HEX triplet: 68, 21 and 34. RGB value is (104,33,52). Sum of RGB (Red+Green+Blue) = 104+33+52=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682134 is #97DECB. Grayscale: #383838. Windows color (decimal): -9952972 or 3416424. OLE color: 3416424.

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

Color convert

RGB 104 33 52 -
CMYK 0 0.68 0.50 0.59
HSL 343.94º 0.52% 0.27% -
HSV(B) 343.94º 0.68% 0.41% -
XYZ 6.87 4.28 3.71 -
YUV 56.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 104 33 52 0 0.68 0.50 0.59 343.94 0.52 0.27
Hex 68 21 34 0 44 32 3B 158 34 1B
Octal 150 41 64 0 104 62 73 530 64 33
Binary 1101000 100001 110100 0 1000100 110010 111011 101011000 110100 11011

Color Harmonies of #682134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682134

Black with #682134

Text Example


Text Example

White with #682134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682134; }

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

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

background-color css

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

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

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

border-color css

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

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

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