Html Css Color HEX #641E0E Red Oxide

📋 copy color: '#641E0E'

red 100 ◦ green 30 ◦ blue 14

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

Shades of Red Oxide #641E0E

Tints of Red Oxide #641E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

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

R = 69.44%
G = 20.83%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#641E0E (or 0x641E0E) is known color: Red Oxide. HEX triplet: 64, 1E and 0E. RGB value is (100,30,14). Sum of RGB (Red+Green+Blue) = 100+30+14=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #641E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E0E is #9BE1F1. Grayscale: #313131. Windows color (decimal): -10215922 or 925284. OLE color: 925284.

HSL color Cylindrical-coordinate representation of color #641E0E: hue angle of 11.16º 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 #641E0E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 30 14 -
CMYK 0 0.70 0.86 0.61
HSL 11.16º 0.75% 0.22% -
HSV(B) 11.16º 0.86% 0.39% -
XYZ 5.8 3.67 0.82 -
YUV 49.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 100 30 14 0 0.70 0.86 0.61 11.16 0.75 0.22
Hex 64 1E E 0 46 56 3D B 4B 16
Octal 144 36 16 0 106 126 75 13 113 26
Binary 1100100 11110 1110 0 1000110 1010110 111101 1011 1001011 10110

Color Harmonies of #641E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E0E

Black with #641E0E

Text Example


Text Example

White with #641E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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