Html Css Color HEX #681030 Claret

📋 copy color: '#681030'

red 104 ◦ green 16 ◦ blue 48

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

Shades of Claret #681030

Tints of Claret #681030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 61.9%
G = 9.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#681030 (or 0x681030) is known color: Claret. HEX triplet: 68, 10 and 30. RGB value is (104,16,48). Sum of RGB (Red+Green+Blue) = 104+16+48=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #681030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681030 is #97EFCF. Grayscale: #2D2D2D. Windows color (decimal): -9957328 or 3149928. OLE color: 3149928.

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

Color convert

RGB 104 16 48 -
CMYK 0 0.85 0.54 0.59
HSL 338.18º 0.73% 0.24% -
HSV(B) 338.18º 0.85% 0.41% -
XYZ 6.43 3.53 3.14 -
YUV 45.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 104 16 48 0 0.85 0.54 0.59 338.18 0.73 0.24
Hex 68 10 30 0 55 36 3B 152 49 18
Octal 150 20 60 0 125 66 73 522 111 30
Binary 1101000 10000 110000 0 1010101 110110 111011 101010010 1001001 11000

Color Harmonies of #681030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681030

Black with #681030

Text Example


Text Example

White with #681030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681030; }

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

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

background-color css

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

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

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

border-color css

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

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

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