Html Css Color HEX #682132 Claret

📋 copy color: '#682132'

red 104 ◦ green 33 ◦ blue 50

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

Shades of Claret #682132

Tints of Claret #682132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 55.61%
G = 17.65%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#682132 (or 0x682132) is known color: Claret. HEX triplet: 68, 21 and 32. RGB value is (104,33,50). Sum of RGB (Red+Green+Blue) = 104+33+50=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682132 is #97DECD. Grayscale: #383838. Windows color (decimal): -9952974 or 3285352. OLE color: 3285352.

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

Color convert

RGB 104 33 50 -
CMYK 0 0.68 0.52 0.59
HSL 345.63º 0.52% 0.27% -
HSV(B) 345.63º 0.68% 0.41% -
XYZ 6.83 4.26 3.48 -
YUV 56.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 104 33 50 0 0.68 0.52 0.59 345.63 0.52 0.27
Hex 68 21 32 0 44 34 3B 15A 34 1B
Octal 150 41 62 0 104 64 73 532 64 33
Binary 1101000 100001 110010 0 1000100 110100 111011 101011010 110100 11011

Color Harmonies of #682132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682132

Black with #682132

Text Example


Text Example

White with #682132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682132; }

 p { color: rgb(104,33,50); }

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

background-color css

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

 a { background-color: rgb(104,33,50); }

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

border-color css

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

 span { border-color: rgb(104,33,50); }

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