Html Css Color HEX #681C1C Red Oxide

📋 copy color: '#681C1C'

red 104 ◦ green 28 ◦ blue 28

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

Shades of Red Oxide #681C1C

Tints of Red Oxide #681C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 65%
G = 17.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#681C1C (or 0x681C1C) is known color: Red Oxide. HEX triplet: 68, 1C and 1C. RGB value is (104,28,28). Sum of RGB (Red+Green+Blue) = 104+28+28=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C1C is #97E3E3. Grayscale: #323232. Windows color (decimal): -9954276 or 1842280. OLE color: 1842280.

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

Color convert

RGB 104 28 28 -
CMYK 0 0.73 0.73 0.59
HSL 0.58% 0.26% -
HSV(B) 0.73% 0.41% -
XYZ 6.33 3.86 1.51 -
YUV 50.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 104 28 28 0 0.73 0.73 0.59 0 0.58 0.26
Hex 68 1C 1C 0 49 49 3B 0 3A 1A
Octal 150 34 34 0 111 111 73 0 72 32
Binary 1101000 11100 11100 0 1001001 1001001 111011 0 111010 11010

Color Harmonies of #681C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C1C

Black with #681C1C

Text Example


Text Example

White with #681C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C1C; }

 p { color: rgb(104,28,28); }

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

background-color css

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

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

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

border-color css

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

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

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