Html Css Color HEX #682232 Claret

📋 copy color: '#682232'

red 104 ◦ green 34 ◦ blue 50

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

Shades of Claret #682232

Tints of Claret #682232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 55.32%
G = 18.09%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#682232 (or 0x682232) is known color: Claret. HEX triplet: 68, 22 and 32. RGB value is (104,34,50). Sum of RGB (Red+Green+Blue) = 104+34+50=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682232 is #97DDCD. Grayscale: #383838. Windows color (decimal): -9952718 or 3285608. OLE color: 3285608.

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

Color convert

RGB 104 34 50 -
CMYK 0 0.67 0.52 0.59
HSL 346.29º 0.51% 0.27% -
HSV(B) 346.29º 0.67% 0.41% -
XYZ 6.86 4.32 3.49 -
YUV 56.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 104 34 50 0 0.67 0.52 0.59 346.29 0.51 0.27
Hex 68 22 32 0 43 34 3B 15A 33 1B
Octal 150 42 62 0 103 64 73 532 63 33
Binary 1101000 100010 110010 0 1000011 110100 111011 101011010 110011 11011

Color Harmonies of #682232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682232

Black with #682232

Text Example


Text Example

White with #682232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682232; }

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

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

background-color css

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

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

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

border-color css

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

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

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