Html Css Color HEX #641C0E Red Oxide

📋 copy color: '#641C0E'

red 100 ◦ green 28 ◦ blue 14

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

Shades of Red Oxide #641C0E

Tints of Red Oxide #641C0E

RGB

 RED value IS 100 (39.45% from 255) = 70.42%

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

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 70.42%
G = 19.72%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#641C0E (or 0x641C0E) is known color: Red Oxide. HEX triplet: 64, 1C and 0E. RGB value is (100,28,14). Sum of RGB (Red+Green+Blue) = 100+28+14=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #641C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C0E is #9BE3F1. Grayscale: #303030. Windows color (decimal): -10216434 or 924772. OLE color: 924772.

HSL color Cylindrical-coordinate representation of color #641C0E: hue angle of 9.77º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641C0E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 28 14 -
CMYK 0 0.72 0.86 0.61
HSL 9.77º 0.75% 0.22% -
HSV(B) 9.77º 0.86% 0.39% -
XYZ 5.75 3.57 0.8 -
YUV 47.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 100 28 14 0 0.72 0.86 0.61 9.77 0.75 0.22
Hex 64 1C E 0 48 56 3D A 4B 16
Octal 144 34 16 0 110 126 75 12 113 26
Binary 1100100 11100 1110 0 1001000 1010110 111101 1010 1001011 10110

Color Harmonies of #641C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C0E

Black with #641C0E

Text Example


Text Example

White with #641C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641C0E; }

 p { color: rgb(100,28,14); }

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

background-color css

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

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

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

border-color css

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

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

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