Html Css Color HEX #682535 Claret

📋 copy color: '#682535'

red 104 ◦ green 37 ◦ blue 53

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

Shades of Claret #682535

Tints of Claret #682535

RGB

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

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

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

R = 53.61%
G = 19.07%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#682535 (or 0x682535) is known color: Claret. HEX triplet: 68, 25 and 35. RGB value is (104,37,53). Sum of RGB (Red+Green+Blue) = 104+37+53=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #682535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682535 is #97DACA. Grayscale: #3A3A3A. Windows color (decimal): -9951947 or 3482984. OLE color: 3482984.

HSL color Cylindrical-coordinate representation of color #682535: hue angle of 345.67º 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 #682535 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 37 53 -
CMYK 0 0.64 0.49 0.59
HSL 345.67º 0.48% 0.28% -
HSV(B) 345.67º 0.64% 0.41% -
XYZ 7.01 4.52 3.87 -
YUV 58.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 104 37 53 0 0.64 0.49 0.59 345.67 0.48 0.28
Hex 68 25 35 0 40 31 3B 15A 30 1C
Octal 150 45 65 0 100 61 73 532 60 34
Binary 1101000 100101 110101 0 1000000 110001 111011 101011010 110000 11100

Color Harmonies of #682535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682535

Black with #682535

Text Example


Text Example

White with #682535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682535; }

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

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

background-color css

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

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

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

border-color css

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

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

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