Html Css Color HEX #682236 Claret

📋 copy color: '#682236'

red 104 ◦ green 34 ◦ blue 54

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

Shades of Claret #682236

Tints of Claret #682236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 54.17%
G = 17.71%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#682236 (or 0x682236) is known color: Claret. HEX triplet: 68, 22 and 36. RGB value is (104,34,54). Sum of RGB (Red+Green+Blue) = 104+34+54=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682236 is #97DDC9. Grayscale: #393939. Windows color (decimal): -9952714 or 3547752. OLE color: 3547752.

HSL color Cylindrical-coordinate representation of color #682236: hue angle of 342.86º 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 #682236 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 34 54 -
CMYK 0 0.67 0.48 0.59
HSL 342.86º 0.51% 0.27% -
HSV(B) 342.86º 0.67% 0.41% -
XYZ 6.95 4.35 3.96 -
YUV 57.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 104 34 54 0 0.67 0.48 0.59 342.86 0.51 0.27
Hex 68 22 36 0 43 30 3B 157 33 1B
Octal 150 42 66 0 103 60 73 527 63 33
Binary 1101000 100010 110110 0 1000011 110000 111011 101010111 110011 11011

Color Harmonies of #682236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682236

Black with #682236

Text Example


Text Example

White with #682236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682236; }

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

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

background-color css

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

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

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

border-color css

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

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

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