Html Css Color HEX #682036 Claret

📋 copy color: '#682036'

red 104 ◦ green 32 ◦ blue 54

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

Shades of Claret #682036

Tints of Claret #682036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 54.74%
G = 16.84%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#682036 (or 0x682036) is known color: Claret. HEX triplet: 68, 20 and 36. RGB value is (104,32,54). Sum of RGB (Red+Green+Blue) = 104+32+54=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682036 is #97DFC9. Grayscale: #383838. Windows color (decimal): -9953226 or 3547240. OLE color: 3547240.

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

Color convert

RGB 104 32 54 -
CMYK 0 0.69 0.48 0.59
HSL 341.67º 0.53% 0.27% -
HSV(B) 341.67º 0.69% 0.41% -
XYZ 6.89 4.24 3.95 -
YUV 56.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 104 32 54 0 0.69 0.48 0.59 341.67 0.53 0.27
Hex 68 20 36 0 45 30 3B 156 35 1B
Octal 150 40 66 0 105 60 73 526 65 33
Binary 1101000 100000 110110 0 1000101 110000 111011 101010110 110101 11011

Color Harmonies of #682036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682036

Black with #682036

Text Example


Text Example

White with #682036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682036; }

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

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

background-color css

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

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

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

border-color css

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

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

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