Html Css Color HEX #681836 Claret

📋 copy color: '#681836'

red 104 ◦ green 24 ◦ blue 54

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

Shades of Claret #681836

Tints of Claret #681836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 57.14%
G = 13.19%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681836 (or 0x681836) is known color: Claret. HEX triplet: 68, 18 and 36. RGB value is (104,24,54). Sum of RGB (Red+Green+Blue) = 104+24+54=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #681836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681836 is #97E7C9. Grayscale: #333333. Windows color (decimal): -9955274 or 3545192. OLE color: 3545192.

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

Color convert

RGB 104 24 54 -
CMYK 0 0.77 0.48 0.59
HSL 337.5º 0.63% 0.25% -
HSV(B) 337.5º 0.77% 0.41% -
XYZ 6.7 3.86 3.88 -
YUV 51.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 104 24 54 0 0.77 0.48 0.59 337.5 0.63 0.25
Hex 68 18 36 0 4D 30 3B 152 3E 19
Octal 150 30 66 0 115 60 73 522 76 31
Binary 1101000 11000 110110 0 1001101 110000 111011 101010010 111110 11001

Color Harmonies of #681836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681836

Black with #681836

Text Example


Text Example

White with #681836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681836; }

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

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

background-color css

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

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

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

border-color css

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

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

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