Html Css Color HEX #682534 Claret

📋 copy color: '#682534'

red 104 ◦ green 37 ◦ blue 52

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

Shades of Claret #682534

Tints of Claret #682534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 53.89%
G = 19.17%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#682534 (or 0x682534) is known color: Claret. HEX triplet: 68, 25 and 34. RGB value is (104,37,52). Sum of RGB (Red+Green+Blue) = 104+37+52=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #682534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682534 is #97DACB. Grayscale: #3A3A3A. Windows color (decimal): -9951948 or 3417448. OLE color: 3417448.

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

Color convert

RGB 104 37 52 -
CMYK 0 0.64 0.50 0.59
HSL 346.57º 0.48% 0.28% -
HSV(B) 346.57º 0.64% 0.41% -
XYZ 6.99 4.51 3.75 -
YUV 58.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 104 37 52 0 0.64 0.50 0.59 346.57 0.48 0.28
Hex 68 25 34 0 40 32 3B 15B 30 1C
Octal 150 45 64 0 100 62 73 533 60 34
Binary 1101000 100101 110100 0 1000000 110010 111011 101011011 110000 11100

Color Harmonies of #682534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682534

Black with #682534

Text Example


Text Example

White with #682534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682534; }

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

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

background-color css

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

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

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

border-color css

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

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

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