Html Css Color HEX #681530 Claret

📋 copy color: '#681530'

red 104 ◦ green 21 ◦ blue 48

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

Shades of Claret #681530

Tints of Claret #681530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 60.12%
G = 12.14%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#681530 (or 0x681530) is known color: Claret. HEX triplet: 68, 15 and 30. RGB value is (104,21,48). Sum of RGB (Red+Green+Blue) = 104+21+48=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681530 is #97EACF. Grayscale: #303030. Windows color (decimal): -9956048 or 3151208. OLE color: 3151208.

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

Color convert

RGB 104 21 48 -
CMYK 0 0.80 0.54 0.59
HSL 340.48º 0.66% 0.25% -
HSV(B) 340.48º 0.8% 0.41% -
XYZ 6.51 3.69 3.17 -
YUV 48.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 104 21 48 0 0.80 0.54 0.59 340.48 0.66 0.25
Hex 68 15 30 0 50 36 3B 154 42 19
Octal 150 25 60 0 120 66 73 524 102 31
Binary 1101000 10101 110000 0 1010000 110110 111011 101010100 1000010 11001

Color Harmonies of #681530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681530

Black with #681530

Text Example


Text Example

White with #681530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681530; }

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

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

background-color css

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

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

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

border-color css

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

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

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