Html Css Color HEX #682532 Claret

📋 copy color: '#682532'

red 104 ◦ green 37 ◦ blue 50

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

Shades of Claret #682532

Tints of Claret #682532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 54.45%
G = 19.37%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#682532 (or 0x682532) is known color: Claret. HEX triplet: 68, 25 and 32. RGB value is (104,37,50). Sum of RGB (Red+Green+Blue) = 104+37+50=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682532 is #97DACD. Grayscale: #3A3A3A. Windows color (decimal): -9951950 or 3286376. OLE color: 3286376.

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

Color convert

RGB 104 37 50 -
CMYK 0 0.64 0.52 0.59
HSL 348.36º 0.48% 0.28% -
HSV(B) 348.36º 0.64% 0.41% -
XYZ 6.95 4.5 3.52 -
YUV 58.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 104 37 50 0 0.64 0.52 0.59 348.36 0.48 0.28
Hex 68 25 32 0 40 34 3B 15C 30 1C
Octal 150 45 62 0 100 64 73 534 60 34
Binary 1101000 100101 110010 0 1000000 110100 111011 101011100 110000 11100

Color Harmonies of #682532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682532

Black with #682532

Text Example


Text Example

White with #682532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682532; }

 p { color: rgb(104,37,50); }

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

background-color css

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

 a { background-color: rgb(104,37,50); }

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

border-color css

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

 span { border-color: rgb(104,37,50); }

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