Html Css Color HEX #682033 Claret

📋 copy color: '#682033'

red 104 ◦ green 32 ◦ blue 51

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

Shades of Claret #682033

Tints of Claret #682033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 55.61%
G = 17.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#682033 (or 0x682033) is known color: Claret. HEX triplet: 68, 20 and 33. RGB value is (104,32,51). Sum of RGB (Red+Green+Blue) = 104+32+51=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682033 is #97DFCC. Grayscale: #373737. Windows color (decimal): -9953229 or 3350632. OLE color: 3350632.

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

Color convert

RGB 104 32 51 -
CMYK 0 0.69 0.51 0.59
HSL 344.17º 0.53% 0.27% -
HSV(B) 344.17º 0.69% 0.41% -
XYZ 6.82 4.22 3.59 -
YUV 55.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 104 32 51 0 0.69 0.51 0.59 344.17 0.53 0.27
Hex 68 20 33 0 45 33 3B 158 35 1B
Octal 150 40 63 0 105 63 73 530 65 33
Binary 1101000 100000 110011 0 1000101 110011 111011 101011000 110101 11011

Color Harmonies of #682033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682033

Black with #682033

Text Example


Text Example

White with #682033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682033; }

 p { color: rgb(104,32,51); }

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

background-color css

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

 a { background-color: rgb(104,32,51); }

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

border-color css

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

 span { border-color: rgb(104,32,51); }

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