Html Css Color HEX #641C10 Red Oxide

📋 copy color: '#641C10'

red 100 ◦ green 28 ◦ blue 16

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

Shades of Red Oxide #641C10

Tints of Red Oxide #641C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.11%

R = 69.44%
G = 19.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#641C10 (or 0x641C10) is known color: Red Oxide. HEX triplet: 64, 1C and 10. RGB value is (100,28,16). Sum of RGB (Red+Green+Blue) = 100+28+16=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #641C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C10 is #9BE3EF. Grayscale: #303030. Windows color (decimal): -10216432 or 1055844. OLE color: 1055844.

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

Color convert

RGB 100 28 16 -
CMYK 0 0.72 0.84 0.61
HSL 8.57º 0.72% 0.23% -
HSV(B) 8.57º 0.84% 0.39% -
XYZ 5.76 3.58 0.88 -
YUV 48.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 100 28 16 0 0.72 0.84 0.61 8.57 0.72 0.23
Hex 64 1C 10 0 48 54 3D 9 48 17
Octal 144 34 20 0 110 124 75 11 110 27
Binary 1100100 11100 10000 0 1001000 1010100 111101 1001 1001000 10111

Color Harmonies of #641C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C10

Black with #641C10

Text Example


Text Example

White with #641C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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