Html Css Color HEX #682434 Claret

📋 copy color: '#682434'

red 104 ◦ green 36 ◦ blue 52

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

Shades of Claret #682434

Tints of Claret #682434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 54.17%
G = 18.75%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#682434 (or 0x682434) is known color: Claret. HEX triplet: 68, 24 and 34. RGB value is (104,36,52). Sum of RGB (Red+Green+Blue) = 104+36+52=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682434 is #97DBCB. Grayscale: #3A3A3A. Windows color (decimal): -9952204 or 3417192. OLE color: 3417192.

HSL color Cylindrical-coordinate representation of color #682434: hue angle of 345.88º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682434 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 52 -
CMYK 0 0.65 0.50 0.59
HSL 345.88º 0.49% 0.27% -
HSV(B) 345.88º 0.65% 0.41% -
XYZ 6.96 4.45 3.74 -
YUV 58.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 104 36 52 0 0.65 0.50 0.59 345.88 0.49 0.27
Hex 68 24 34 0 41 32 3B 15A 31 1B
Octal 150 44 64 0 101 62 73 532 61 33
Binary 1101000 100100 110100 0 1000001 110010 111011 101011010 110001 11011

Color Harmonies of #682434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682434

Black with #682434

Text Example


Text Example

White with #682434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682434; }

 p { color: rgb(104,36,52); }

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

background-color css

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

 a { background-color: rgb(104,36,52); }

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

border-color css

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

 span { border-color: rgb(104,36,52); }

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