Html Css Color HEX #681332 Claret

📋 copy color: '#681332'

red 104 ◦ green 19 ◦ blue 50

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

Shades of Claret #681332

Tints of Claret #681332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 60.12%
G = 10.98%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681332 (or 0x681332) is known color: Claret. HEX triplet: 68, 13 and 32. RGB value is (104,19,50). Sum of RGB (Red+Green+Blue) = 104+19+50=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681332 is #97ECCD. Grayscale: #2F2F2F. Windows color (decimal): -9956558 or 3281768. OLE color: 3281768.

HSL color Cylindrical-coordinate representation of color #681332: hue angle of 338.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681332 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 50 -
CMYK 0 0.82 0.52 0.59
HSL 338.12º 0.69% 0.24% -
HSV(B) 338.12º 0.82% 0.41% -
XYZ 6.52 3.64 3.38 -
YUV 47.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 104 19 50 0 0.82 0.52 0.59 338.12 0.69 0.24
Hex 68 13 32 0 52 34 3B 152 45 18
Octal 150 23 62 0 122 64 73 522 105 30
Binary 1101000 10011 110010 0 1010010 110100 111011 101010010 1000101 11000

Color Harmonies of #681332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681332

Black with #681332

Text Example


Text Example

White with #681332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681332; }

 p { color: rgb(104,19,50); }

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

background-color css

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

 a { background-color: rgb(104,19,50); }

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

border-color css

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

 span { border-color: rgb(104,19,50); }

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