Html Css Color HEX #681B2D Claret

📋 copy color: '#681B2D'

red 104 ◦ green 27 ◦ blue 45

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

Shades of Claret #681B2D

Tints of Claret #681B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.34%

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

R = 59.09%
G = 15.34%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#681B2D (or 0x681B2D) is known color: Claret. HEX triplet: 68, 1B and 2D. RGB value is (104,27,45). Sum of RGB (Red+Green+Blue) = 104+27+45=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B2D is #97E4D2. Grayscale: #343434. Windows color (decimal): -9954515 or 2956136. OLE color: 2956136.

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

Color convert

RGB 104 27 45 -
CMYK 0 0.74 0.57 0.59
HSL 345.97º 0.59% 0.26% -
HSV(B) 345.97º 0.74% 0.41% -
XYZ 6.57 3.92 2.89 -
YUV 52.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 104 27 45 0 0.74 0.57 0.59 345.97 0.59 0.26
Hex 68 1B 2D 0 4A 39 3B 15A 3B 1A
Octal 150 33 55 0 112 71 73 532 73 32
Binary 1101000 11011 101101 0 1001010 111001 111011 101011010 111011 11010

Color Harmonies of #681B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B2D

Black with #681B2D

Text Example


Text Example

White with #681B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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