Html Css Color HEX #68182F Claret

📋 copy color: '#68182F'

red 104 ◦ green 24 ◦ blue 47

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

Shades of Claret #68182F

Tints of Claret #68182F

RGB

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

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

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

R = 59.43%
G = 13.71%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68182F (or 0x68182F) is known color: Claret. HEX triplet: 68, 18 and 2F. RGB value is (104,24,47). Sum of RGB (Red+Green+Blue) = 104+24+47=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68182F is #97E7D0. Grayscale: #323232. Windows color (decimal): -9955281 or 3086440. OLE color: 3086440.

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

Color convert

RGB 104 24 47 -
CMYK 0 0.77 0.55 0.59
HSL 342.75º 0.63% 0.25% -
HSV(B) 342.75º 0.77% 0.41% -
XYZ 6.55 3.8 3.08 -
YUV 50.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 104 24 47 0 0.77 0.55 0.59 342.75 0.63 0.25
Hex 68 18 2F 0 4D 37 3B 157 3E 19
Octal 150 30 57 0 115 67 73 527 76 31
Binary 1101000 11000 101111 0 1001101 110111 111011 101010111 111110 11001

Color Harmonies of #68182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68182F

Black with #68182F

Text Example


Text Example

White with #68182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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