Html Css Color HEX #681430 Claret

📋 copy color: '#681430'

red 104 ◦ green 20 ◦ blue 48

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

Shades of Claret #681430

Tints of Claret #681430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

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

R = 60.47%
G = 11.63%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#681430 (or 0x681430) is known color: Claret. HEX triplet: 68, 14 and 30. RGB value is (104,20,48). Sum of RGB (Red+Green+Blue) = 104+20+48=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681430 is #97EBCF. Grayscale: #303030. Windows color (decimal): -9956304 or 3150952. OLE color: 3150952.

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

Color convert

RGB 104 20 48 -
CMYK 0 0.81 0.54 0.59
HSL 340º 0.68% 0.24% -
HSV(B) 340º 0.81% 0.41% -
XYZ 6.49 3.66 3.16 -
YUV 48.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 104 20 48 0 0.81 0.54 0.59 340 0.68 0.24
Hex 68 14 30 0 51 36 3B 154 44 18
Octal 150 24 60 0 121 66 73 524 104 30
Binary 1101000 10100 110000 0 1010001 110110 111011 101010100 1000100 11000

Color Harmonies of #681430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681430

Black with #681430

Text Example


Text Example

White with #681430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681430; }

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

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

background-color css

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

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

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

border-color css

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

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

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