Html Css Color HEX #641E0A Red Oxide

📋 copy color: '#641E0A'

red 100 ◦ green 30 ◦ blue 10

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

Shades of Red Oxide #641E0A

Tints of Red Oxide #641E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.14%

R = 71.43%
G = 21.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#641E0A (or 0x641E0A) is known color: Red Oxide. HEX triplet: 64, 1E and 0A. RGB value is (100,30,10). Sum of RGB (Red+Green+Blue) = 100+30+10=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E0A is #9BE1F5. Grayscale: #303030. Windows color (decimal): -10215926 or 663140. OLE color: 663140.

HSL color Cylindrical-coordinate representation of color #641E0A: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #641E0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 30 10 -
CMYK 0 0.70 0.90 0.61
HSL 13.33º 0.82% 0.22% -
HSV(B) 13.33º 0.9% 0.39% -
XYZ 5.77 3.66 0.69 -
YUV 48.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 100 30 10 0 0.70 0.90 0.61 13.33 0.82 0.22
Hex 64 1E A 0 46 5A 3D D 52 16
Octal 144 36 12 0 106 132 75 15 122 26
Binary 1100100 11110 1010 0 1000110 1011010 111101 1101 1010010 10110

Color Harmonies of #641E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E0A

Black with #641E0A

Text Example


Text Example

White with #641E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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