Html Css Color HEX #681232 Claret

📋 copy color: '#681232'

red 104 ◦ green 18 ◦ blue 50

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

Shades of Claret #681232

Tints of Claret #681232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 60.47%
G = 10.47%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#681232 (or 0x681232) is known color: Claret. HEX triplet: 68, 12 and 32. RGB value is (104,18,50). Sum of RGB (Red+Green+Blue) = 104+18+50=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681232 is #97EDCD. Grayscale: #2F2F2F. Windows color (decimal): -9956814 or 3281512. OLE color: 3281512.

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

Color convert

RGB 104 18 50 -
CMYK 0 0.83 0.52 0.59
HSL 337.67º 0.7% 0.24% -
HSV(B) 337.67º 0.83% 0.41% -
XYZ 6.5 3.61 3.37 -
YUV 47.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 104 18 50 0 0.83 0.52 0.59 337.67 0.7 0.24
Hex 68 12 32 0 53 34 3B 152 46 18
Octal 150 22 62 0 123 64 73 522 106 30
Binary 1101000 10010 110010 0 1010011 110100 111011 101010010 1000110 11000

Color Harmonies of #681232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681232

Black with #681232

Text Example


Text Example

White with #681232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681232; }

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

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

background-color css

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

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

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

border-color css

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

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

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