Html Css Color HEX #68102F Claret

📋 copy color: '#68102F'

red 104 ◦ green 16 ◦ blue 47

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

Shades of Claret #68102F

Tints of Claret #68102F

RGB

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

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

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

R = 62.28%
G = 9.58%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68102F (or 0x68102F) is known color: Claret. HEX triplet: 68, 10 and 2F. RGB value is (104,16,47). Sum of RGB (Red+Green+Blue) = 104+16+47=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68102F is #97EFD0. Grayscale: #2D2D2D. Windows color (decimal): -9957329 or 3084392. OLE color: 3084392.

HSL color Cylindrical-coordinate representation of color #68102F: hue angle of 338.86º 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 #68102F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 47 -
CMYK 0 0.85 0.55 0.59
HSL 338.86º 0.73% 0.24% -
HSV(B) 338.86º 0.85% 0.41% -
XYZ 6.41 3.52 3.03 -
YUV 45.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 104 16 47 0 0.85 0.55 0.59 338.86 0.73 0.24
Hex 68 10 2F 0 55 37 3B 153 49 18
Octal 150 20 57 0 125 67 73 523 111 30
Binary 1101000 10000 101111 0 1010101 110111 111011 101010011 1001001 11000

Color Harmonies of #68102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68102F

Black with #68102F

Text Example


Text Example

White with #68102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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