Html Css Color HEX #681130 Claret

📋 copy color: '#681130'

red 104 ◦ green 17 ◦ blue 48

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

Shades of Claret #681130

Tints of Claret #681130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

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

R = 61.54%
G = 10.06%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#681130 (or 0x681130) is known color: Claret. HEX triplet: 68, 11 and 30. RGB value is (104,17,48). Sum of RGB (Red+Green+Blue) = 104+17+48=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #681130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681130 is #97EECF. Grayscale: #2E2E2E. Windows color (decimal): -9957072 or 3150184. OLE color: 3150184.

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

Color convert

RGB 104 17 48 -
CMYK 0 0.84 0.54 0.59
HSL 338.62º 0.72% 0.24% -
HSV(B) 338.62º 0.84% 0.41% -
XYZ 6.44 3.56 3.14 -
YUV 46.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 104 17 48 0 0.84 0.54 0.59 338.62 0.72 0.24
Hex 68 11 30 0 54 36 3B 153 48 18
Octal 150 21 60 0 124 66 73 523 110 30
Binary 1101000 10001 110000 0 1010100 110110 111011 101010011 1001000 11000

Color Harmonies of #681130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681130

Black with #681130

Text Example


Text Example

White with #681130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681130; }

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

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

background-color css

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

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

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

border-color css

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

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

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