Html Css Color HEX #68152F Claret

📋 copy color: '#68152F'

red 104 ◦ green 21 ◦ blue 47

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

Shades of Claret #68152F

Tints of Claret #68152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

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

R = 60.47%
G = 12.21%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68152F (or 0x68152F) is known color: Claret. HEX triplet: 68, 15 and 2F. RGB value is (104,21,47). Sum of RGB (Red+Green+Blue) = 104+21+47=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68152F is #97EAD0. Grayscale: #303030. Windows color (decimal): -9956049 or 3085672. OLE color: 3085672.

HSL color Cylindrical-coordinate representation of color #68152F: hue angle of 341.2º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68152F is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 47 -
CMYK 0 0.80 0.55 0.59
HSL 341.2º 0.66% 0.25% -
HSV(B) 341.2º 0.8% 0.41% -
XYZ 6.49 3.68 3.06 -
YUV 48.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 104 21 47 0 0.80 0.55 0.59 341.2 0.66 0.25
Hex 68 15 2F 0 50 37 3B 155 42 19
Octal 150 25 57 0 120 67 73 525 102 31
Binary 1101000 10101 101111 0 1010000 110111 111011 101010101 1000010 11001

Color Harmonies of #68152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68152F

Black with #68152F

Text Example


Text Example

White with #68152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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