Html Css Color HEX #681535 Claret

📋 copy color: '#681535'

red 104 ◦ green 21 ◦ blue 53

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

Shades of Claret #681535

Tints of Claret #681535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 58.43%
G = 11.8%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#681535 (or 0x681535) is known color: Claret. HEX triplet: 68, 15 and 35. RGB value is (104,21,53). Sum of RGB (Red+Green+Blue) = 104+21+53=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681535 is #97EACA. Grayscale: #313131. Windows color (decimal): -9956043 or 3478888. OLE color: 3478888.

HSL color Cylindrical-coordinate representation of color #681535: hue angle of 336.87º 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 #681535 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 53 -
CMYK 0 0.80 0.49 0.59
HSL 336.87º 0.66% 0.25% -
HSV(B) 336.87º 0.8% 0.41% -
XYZ 6.62 3.74 3.74 -
YUV 49.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 104 21 53 0 0.80 0.49 0.59 336.87 0.66 0.25
Hex 68 15 35 0 50 31 3B 151 42 19
Octal 150 25 65 0 120 61 73 521 102 31
Binary 1101000 10101 110101 0 1010000 110001 111011 101010001 1000010 11001

Color Harmonies of #681535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681535

Black with #681535

Text Example


Text Example

White with #681535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681535; }

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

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

background-color css

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

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

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

border-color css

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

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

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