Html Css Color HEX #681834 Claret

📋 copy color: '#681834'

red 104 ◦ green 24 ◦ blue 52

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

Shades of Claret #681834

Tints of Claret #681834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.89%

R = 57.78%
G = 13.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#681834 (or 0x681834) is known color: Claret. HEX triplet: 68, 18 and 34. RGB value is (104,24,52). Sum of RGB (Red+Green+Blue) = 104+24+52=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681834 is #97E7CB. Grayscale: #333333. Windows color (decimal): -9955276 or 3414120. OLE color: 3414120.

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

Color convert

RGB 104 24 52 -
CMYK 0 0.77 0.50 0.59
HSL 339º 0.63% 0.25% -
HSV(B) 339º 0.77% 0.41% -
XYZ 6.66 3.84 3.64 -
YUV 51.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 104 24 52 0 0.77 0.50 0.59 339 0.63 0.25
Hex 68 18 34 0 4D 32 3B 153 3E 19
Octal 150 30 64 0 115 62 73 523 76 31
Binary 1101000 11000 110100 0 1001101 110010 111011 101010011 111110 11001

Color Harmonies of #681834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681834

Black with #681834

Text Example


Text Example

White with #681834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681834; }

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

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

background-color css

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

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

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

border-color css

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

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

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