Html Css Color HEX #68162E Claret

📋 copy color: '#68162E'

red 104 ◦ green 22 ◦ blue 46

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

Shades of Claret #68162E

Tints of Claret #68162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 60.47%
G = 12.79%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68162E (or 0x68162E) is known color: Claret. HEX triplet: 68, 16 and 2E. RGB value is (104,22,46). Sum of RGB (Red+Green+Blue) = 104+22+46=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68162E is #97E9D1. Grayscale: #313131. Windows color (decimal): -9955794 or 3020392. OLE color: 3020392.

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

Color convert

RGB 104 22 46 -
CMYK 0 0.79 0.56 0.59
HSL 342.44º 0.65% 0.25% -
HSV(B) 342.44º 0.79% 0.41% -
XYZ 6.49 3.71 2.96 -
YUV 49.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 104 22 46 0 0.79 0.56 0.59 342.44 0.65 0.25
Hex 68 16 2E 0 4F 38 3B 156 41 19
Octal 150 26 56 0 117 70 73 526 101 31
Binary 1101000 10110 101110 0 1001111 111000 111011 101010110 1000001 11001

Color Harmonies of #68162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68162E

Black with #68162E

Text Example


Text Example

White with #68162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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