Html Css Color HEX #681F2D Claret

📋 copy color: '#681F2D'

red 104 ◦ green 31 ◦ blue 45

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

Shades of Claret #681F2D

Tints of Claret #681F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.22%

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

R = 57.78%
G = 17.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#681F2D (or 0x681F2D) is known color: Claret. HEX triplet: 68, 1F and 2D. RGB value is (104,31,45). Sum of RGB (Red+Green+Blue) = 104+31+45=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F2D is #97E0D2. Grayscale: #363636. Windows color (decimal): -9953491 or 2957160. OLE color: 2957160.

HSL color Cylindrical-coordinate representation of color #681F2D: hue angle of 348.49º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F2D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 45 -
CMYK 0 0.70 0.57 0.59
HSL 348.49º 0.54% 0.26% -
HSV(B) 348.49º 0.7% 0.41% -
XYZ 6.67 4.11 2.92 -
YUV 54.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 104 31 45 0 0.70 0.57 0.59 348.49 0.54 0.26
Hex 68 1F 2D 0 46 39 3B 15C 36 1A
Octal 150 37 55 0 106 71 73 534 66 32
Binary 1101000 11111 101101 0 1000110 111001 111011 101011100 110110 11010

Color Harmonies of #681F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F2D

Black with #681F2D

Text Example


Text Example

White with #681F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681F2D; }

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

 H1.HeaderClassName
 {
   color: #681F2D;
 }
 .AnyTagClassName
 {
   color: #681F2D;
 }
</style>

background-color css

<style>
 a { background-color: #681F2D; }

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

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

border-color css

<style>
 span { border-color: #681F2D; }

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

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