Html Css Color HEX #68122F Claret

📋 copy color: '#68122F'

red 104 ◦ green 18 ◦ blue 47

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

Shades of Claret #68122F

Tints of Claret #68122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 61.54%
G = 10.65%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68122F (or 0x68122F) is known color: Claret. HEX triplet: 68, 12 and 2F. RGB value is (104,18,47). Sum of RGB (Red+Green+Blue) = 104+18+47=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68122F is #97EDD0. Grayscale: #2E2E2E. Windows color (decimal): -9956817 or 3084904. OLE color: 3084904.

HSL color Cylindrical-coordinate representation of color #68122F: hue angle of 339.77º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68122F is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 47 -
CMYK 0 0.83 0.55 0.59
HSL 339.77º 0.7% 0.24% -
HSV(B) 339.77º 0.83% 0.41% -
XYZ 6.44 3.58 3.04 -
YUV 47.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 104 18 47 0 0.83 0.55 0.59 339.77 0.7 0.24
Hex 68 12 2F 0 53 37 3B 154 46 18
Octal 150 22 57 0 123 67 73 524 106 30
Binary 1101000 10010 101111 0 1010011 110111 111011 101010100 1000110 11000

Color Harmonies of #68122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68122F

Black with #68122F

Text Example


Text Example

White with #68122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68122F; }

 p { color: rgb(104,18,47); }

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

background-color css

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

 a { background-color: rgb(104,18,47); }

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

border-color css

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

 span { border-color: rgb(104,18,47); }

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