Html Css Color HEX #68102E Claret

📋 copy color: '#68102E'

red 104 ◦ green 16 ◦ blue 46

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

Shades of Claret #68102E

Tints of Claret #68102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 62.65%
G = 9.64%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68102E (or 0x68102E) is known color: Claret. HEX triplet: 68, 10 and 2E. RGB value is (104,16,46). Sum of RGB (Red+Green+Blue) = 104+16+46=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68102E is #97EFD1. Grayscale: #2D2D2D. Windows color (decimal): -9957330 or 3018856. OLE color: 3018856.

HSL color Cylindrical-coordinate representation of color #68102E: hue angle of 339.55º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68102E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 46 -
CMYK 0 0.85 0.56 0.59
HSL 339.55º 0.73% 0.24% -
HSV(B) 339.55º 0.85% 0.41% -
XYZ 6.39 3.51 2.93 -
YUV 45.73 128.15 169.56 -
System Red Green Blue C M Y K H S L
Decimal 104 16 46 0 0.85 0.56 0.59 339.55 0.73 0.24
Hex 68 10 2E 0 55 38 3B 154 49 18
Octal 150 20 56 0 125 70 73 524 111 30
Binary 1101000 10000 101110 0 1010101 111000 111011 101010100 1001001 11000

Color Harmonies of #68102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68102E

Black with #68102E

Text Example


Text Example

White with #68102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68102E; }

 p { color: rgb(104,16,46); }

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

background-color css

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

 a { background-color: rgb(104,16,46); }

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

border-color css

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

 span { border-color: rgb(104,16,46); }

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