Html Css Color HEX #681432 Claret

📋 copy color: '#681432'

red 104 ◦ green 20 ◦ blue 50

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

Shades of Claret #681432

Tints of Claret #681432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 59.77%
G = 11.49%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681432 (or 0x681432) is known color: Claret. HEX triplet: 68, 14 and 32. RGB value is (104,20,50). Sum of RGB (Red+Green+Blue) = 104+20+50=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681432 is #97EBCD. Grayscale: #303030. Windows color (decimal): -9956302 or 3282024. OLE color: 3282024.

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

Color convert

RGB 104 20 50 -
CMYK 0 0.81 0.52 0.59
HSL 338.57º 0.68% 0.24% -
HSV(B) 338.57º 0.81% 0.41% -
XYZ 6.53 3.67 3.38 -
YUV 48.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 104 20 50 0 0.81 0.52 0.59 338.57 0.68 0.24
Hex 68 14 32 0 51 34 3B 153 44 18
Octal 150 24 62 0 121 64 73 523 104 30
Binary 1101000 10100 110010 0 1010001 110100 111011 101010011 1000100 11000

Color Harmonies of #681432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681432

Black with #681432

Text Example


Text Example

White with #681432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681432; }

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

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

background-color css

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

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

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

border-color css

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

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

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