Html Css Color HEX #68192D Claret

📋 copy color: '#68192D'

red 104 ◦ green 25 ◦ blue 45

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

Shades of Claret #68192D

Tints of Claret #68192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 59.77%
G = 14.37%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68192D (or 0x68192D) is known color: Claret. HEX triplet: 68, 19 and 2D. RGB value is (104,25,45). Sum of RGB (Red+Green+Blue) = 104+25+45=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68192D is #97E6D2. Grayscale: #323232. Windows color (decimal): -9955027 or 2955624. OLE color: 2955624.

HSL color Cylindrical-coordinate representation of color #68192D: hue angle of 344.81º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68192D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 45 -
CMYK 0 0.76 0.57 0.59
HSL 344.81º 0.61% 0.25% -
HSV(B) 344.81º 0.76% 0.41% -
XYZ 6.53 3.83 2.88 -
YUV 50.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 104 25 45 0 0.76 0.57 0.59 344.81 0.61 0.25
Hex 68 19 2D 0 4C 39 3B 159 3D 19
Octal 150 31 55 0 114 71 73 531 75 31
Binary 1101000 11001 101101 0 1001100 111001 111011 101011001 111101 11001

Color Harmonies of #68192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68192D

Black with #68192D

Text Example


Text Example

White with #68192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68192D; }

 p { color: rgb(104,25,45); }

 H1.HeaderClassName
 {
   color: #68192D;
 }
 .AnyTagClassName
 {
   color: #68192D;
 }
</style>

background-color css

<style>
 a { background-color: #68192D; }

 a { background-color: rgb(104,25,45); }

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

border-color css

<style>
 span { border-color: #68192D; }

 span { border-color: rgb(104,25,45); }

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