Html Css Color HEX #641710 Red Oxide

📋 copy color: '#641710'

red 100 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #641710

Tints of Red Oxide #641710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

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

R = 71.94%
G = 16.55%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#641710 (or 0x641710) is known color: Red Oxide. HEX triplet: 64, 17 and 10. RGB value is (100,23,16). Sum of RGB (Red+Green+Blue) = 100+23+16=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #641710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641710 is #9BE8EF. Grayscale: #2D2D2D. Windows color (decimal): -10217712 or 1054564. OLE color: 1054564.

HSL color Cylindrical-coordinate representation of color #641710: hue angle of 5º 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 #641710 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 16 -
CMYK 0 0.77 0.84 0.61
HSL 0.72% 0.23% -
HSV(B) 0.84% 0.39% -
XYZ 5.66 3.36 0.84 -
YUV 45.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 100 23 16 0 0.77 0.84 0.61 5 0.72 0.23
Hex 64 17 10 0 4D 54 3D 5 48 17
Octal 144 27 20 0 115 124 75 5 110 27
Binary 1100100 10111 10000 0 1001101 1010100 111101 101 1001000 10111

Color Harmonies of #641710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641710

Black with #641710

Text Example


Text Example

White with #641710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641710; }

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

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

background-color css

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

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

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

border-color css

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

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

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