Html Css Color HEX #682136 Claret

📋 copy color: '#682136'

red 104 ◦ green 33 ◦ blue 54

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

Shades of Claret #682136

Tints of Claret #682136

RGB

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

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

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

R = 54.45%
G = 17.28%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#682136 (or 0x682136) is known color: Claret. HEX triplet: 68, 21 and 36. RGB value is (104,33,54). Sum of RGB (Red+Green+Blue) = 104+33+54=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682136 is #97DEC9. Grayscale: #383838. Windows color (decimal): -9952970 or 3547496. OLE color: 3547496.

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

Color convert

RGB 104 33 54 -
CMYK 0 0.68 0.48 0.59
HSL 342.25º 0.52% 0.27% -
HSV(B) 342.25º 0.68% 0.41% -
XYZ 6.92 4.3 3.95 -
YUV 56.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 104 33 54 0 0.68 0.48 0.59 342.25 0.52 0.27
Hex 68 21 36 0 44 30 3B 156 34 1B
Octal 150 41 66 0 104 60 73 526 64 33
Binary 1101000 100001 110110 0 1000100 110000 111011 101010110 110100 11011

Color Harmonies of #682136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682136

Black with #682136

Text Example


Text Example

White with #682136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682136; }

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

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

background-color css

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

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

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

border-color css

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

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

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