Html Css Color HEX #682735 Claret

📋 copy color: '#682735'

red 104 ◦ green 39 ◦ blue 53

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

Shades of Claret #682735

Tints of Claret #682735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 53.06%
G = 19.9%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#682735 (or 0x682735) is known color: Claret. HEX triplet: 68, 27 and 35. RGB value is (104,39,53). Sum of RGB (Red+Green+Blue) = 104+39+53=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #682735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682735 is #97D8CA. Grayscale: #3C3C3C. Windows color (decimal): -9951435 or 3483496. OLE color: 3483496.

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

Color convert

RGB 104 39 53 -
CMYK 0 0.62 0.49 0.59
HSL 347.08º 0.45% 0.28% -
HSV(B) 347.08º 0.63% 0.41% -
XYZ 7.08 4.65 3.89 -
YUV 60.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 104 39 53 0 0.62 0.49 0.59 347.08 0.45 0.28
Hex 68 27 35 0 3E 31 3B 15B 2D 1C
Octal 150 47 65 0 76 61 73 533 55 34
Binary 1101000 100111 110101 0 111110 110001 111011 101011011 101101 11100

Color Harmonies of #682735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682735

Black with #682735

Text Example


Text Example

White with #682735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682735; }

 p { color: rgb(104,39,53); }

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

background-color css

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

 a { background-color: rgb(104,39,53); }

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

border-color css

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

 span { border-color: rgb(104,39,53); }

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