Html Css Color HEX #681630 Claret

📋 copy color: '#681630'

red 104 ◦ green 22 ◦ blue 48

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

Shades of Claret #681630

Tints of Claret #681630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 59.77%
G = 12.64%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#681630 (or 0x681630) is known color: Claret. HEX triplet: 68, 16 and 30. RGB value is (104,22,48). Sum of RGB (Red+Green+Blue) = 104+22+48=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681630 is #97E9CF. Grayscale: #313131. Windows color (decimal): -9955792 or 3151464. OLE color: 3151464.

HSL color Cylindrical-coordinate representation of color #681630: hue angle of 340.98º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681630 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 48 -
CMYK 0 0.79 0.54 0.59
HSL 340.98º 0.65% 0.25% -
HSV(B) 340.98º 0.79% 0.41% -
XYZ 6.53 3.73 3.17 -
YUV 49.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 104 22 48 0 0.79 0.54 0.59 340.98 0.65 0.25
Hex 68 16 30 0 4F 36 3B 155 41 19
Octal 150 26 60 0 117 66 73 525 101 31
Binary 1101000 10110 110000 0 1001111 110110 111011 101010101 1000001 11001

Color Harmonies of #681630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681630

Black with #681630

Text Example


Text Example

White with #681630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681630; }

 p { color: rgb(104,22,48); }

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

background-color css

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

 a { background-color: rgb(104,22,48); }

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

border-color css

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

 span { border-color: rgb(104,22,48); }

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