Html Css Color HEX #641701 Red Oxide

📋 copy color: '#641701'

red 100 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #641701

Tints of Red Oxide #641701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 80.65%
G = 18.55%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#641701 (or 0x641701) is known color: Red Oxide. HEX triplet: 64, 17 and 01. RGB value is (100,23,1). Sum of RGB (Red+Green+Blue) = 100+23+1=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #641701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641701 is #9BE8FE. Grayscale: #2B2B2B. Windows color (decimal): -10217727 or 71524. OLE color: 71524.

HSL color Cylindrical-coordinate representation of color #641701: hue angle of 13.33º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #641701 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 1 -
CMYK 0 0.77 0.99 0.61
HSL 13.33º 0.98% 0.2% -
HSV(B) 13.33º 0.99% 0.39% -
XYZ 5.57 3.32 0.38 -
YUV 43.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 100 23 1 0 0.77 0.99 0.61 13.33 0.98 0.2
Hex 64 17 1 0 4D 63 3D D 62 14
Octal 144 27 1 0 115 143 75 15 142 24
Binary 1100100 10111 1 0 1001101 1100011 111101 1101 1100010 10100

Color Harmonies of #641701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641701

Black with #641701

Text Example


Text Example

White with #641701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641701; }

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

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

background-color css

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

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

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

border-color css

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

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

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