Html Css Color HEX #682131 Claret

📋 copy color: '#682131'

red 104 ◦ green 33 ◦ blue 49

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

Shades of Claret #682131

Tints of Claret #682131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 55.91%
G = 17.74%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#682131 (or 0x682131) is known color: Claret. HEX triplet: 68, 21 and 31. RGB value is (104,33,49). Sum of RGB (Red+Green+Blue) = 104+33+49=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682131 is #97DECE. Grayscale: #383838. Windows color (decimal): -9952975 or 3219816. OLE color: 3219816.

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

Color convert

RGB 104 33 49 -
CMYK 0 0.68 0.53 0.59
HSL 346.48º 0.52% 0.27% -
HSV(B) 346.48º 0.68% 0.41% -
XYZ 6.81 4.25 3.37 -
YUV 56.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 104 33 49 0 0.68 0.53 0.59 346.48 0.52 0.27
Hex 68 21 31 0 44 35 3B 15A 34 1B
Octal 150 41 61 0 104 65 73 532 64 33
Binary 1101000 100001 110001 0 1000100 110101 111011 101011010 110100 11011

Color Harmonies of #682131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682131

Black with #682131

Text Example


Text Example

White with #682131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682131; }

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

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

background-color css

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

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

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

border-color css

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

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

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