Html Css Color HEX #682129 Monarch

📋 copy color: '#682129'

red 104 ◦ green 33 ◦ blue 41

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

Shades of Monarch #682129

Tints of Monarch #682129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 58.43%
G = 18.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#682129 (or 0x682129) is known color: Monarch. HEX triplet: 68, 21 and 29. RGB value is (104,33,41). Sum of RGB (Red+Green+Blue) = 104+33+41=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #682129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682129 is #97DED6. Grayscale: #373737. Windows color (decimal): -9952983 or 2695528. OLE color: 2695528.

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

Color convert

RGB 104 33 41 -
CMYK 0 0.68 0.61 0.59
HSL 353.24º 0.52% 0.27% -
HSV(B) 353.24º 0.68% 0.41% -
XYZ 6.65 4.19 2.56 -
YUV 55.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 104 33 41 0 0.68 0.61 0.59 353.24 0.52 0.27
Hex 68 21 29 0 44 3D 3B 161 34 1B
Octal 150 41 51 0 104 75 73 541 64 33
Binary 1101000 100001 101001 0 1000100 111101 111011 101100001 110100 11011

Color Harmonies of #682129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682129

Black with #682129

Text Example


Text Example

White with #682129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682129; }

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

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

background-color css

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

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

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

border-color css

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

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

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