Html Css Color HEX #681B0D Red Oxide

📋 copy color: '#681B0D'

red 104 ◦ green 27 ◦ blue 13

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

Shades of Red Oxide #681B0D

Tints of Red Oxide #681B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 72.22%
G = 18.75%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681B0D (or 0x681B0D) is known color: Red Oxide. HEX triplet: 68, 1B and 0D. RGB value is (104,27,13). Sum of RGB (Red+Green+Blue) = 104+27+13=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B0D is #97E4F2. Grayscale: #303030. Windows color (decimal): -9954547 or 858984. OLE color: 858984.

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

Color convert

RGB 104 27 13 -
CMYK 0 0.74 0.88 0.59
HSL 9.23º 0.78% 0.23% -
HSV(B) 9.23º 0.88% 0.41% -
XYZ 6.17 3.76 0.78 -
YUV 48.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 104 27 13 0 0.74 0.88 0.59 9.23 0.78 0.23
Hex 68 1B D 0 4A 58 3B 9 4E 17
Octal 150 33 15 0 112 130 73 11 116 27
Binary 1101000 11011 1101 0 1001010 1011000 111011 1001 1001110 10111

Color Harmonies of #681B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B0D

Black with #681B0D

Text Example


Text Example

White with #681B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,27,13); }

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

background-color css

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

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

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

border-color css

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

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

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