Html Css Color HEX #681132 Claret

📋 copy color: '#681132'

red 104 ◦ green 17 ◦ blue 50

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

Shades of Claret #681132

Tints of Claret #681132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 60.82%
G = 9.94%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681132 (or 0x681132) is known color: Claret. HEX triplet: 68, 11 and 32. RGB value is (104,17,50). Sum of RGB (Red+Green+Blue) = 104+17+50=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #681132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681132 is #97EECD. Grayscale: #2E2E2E. Windows color (decimal): -9957070 or 3281256. OLE color: 3281256.

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

Color convert

RGB 104 17 50 -
CMYK 0 0.84 0.52 0.59
HSL 337.24º 0.72% 0.24% -
HSV(B) 337.24º 0.84% 0.41% -
XYZ 6.49 3.57 3.37 -
YUV 46.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 104 17 50 0 0.84 0.52 0.59 337.24 0.72 0.24
Hex 68 11 32 0 54 34 3B 151 48 18
Octal 150 21 62 0 124 64 73 521 110 30
Binary 1101000 10001 110010 0 1010100 110100 111011 101010001 1001000 11000

Color Harmonies of #681132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681132

Black with #681132

Text Example


Text Example

White with #681132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681132; }

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

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

background-color css

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

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

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

border-color css

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

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

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