Html Css Color HEX #681730 Claret

📋 copy color: '#681730'

red 104 ◦ green 23 ◦ blue 48

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

Shades of Claret #681730

Tints of Claret #681730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 59.43%
G = 13.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#681730 (or 0x681730) is known color: Claret. HEX triplet: 68, 17 and 30. RGB value is (104,23,48). Sum of RGB (Red+Green+Blue) = 104+23+48=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681730 is #97E8CF. Grayscale: #323232. Windows color (decimal): -9955536 or 3151720. OLE color: 3151720.

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

Color convert

RGB 104 23 48 -
CMYK 0 0.78 0.54 0.59
HSL 341.48º 0.64% 0.25% -
HSV(B) 341.48º 0.78% 0.41% -
XYZ 6.55 3.77 3.18 -
YUV 50.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 104 23 48 0 0.78 0.54 0.59 341.48 0.64 0.25
Hex 68 17 30 0 4E 36 3B 155 40 19
Octal 150 27 60 0 116 66 73 525 100 31
Binary 1101000 10111 110000 0 1001110 110110 111011 101010101 1000000 11001

Color Harmonies of #681730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681730

Black with #681730

Text Example


Text Example

White with #681730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681730; }

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

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

background-color css

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

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

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

border-color css

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

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

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