Html Css Color HEX #641201 Red Oxide

📋 copy color: '#641201'

red 100 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #641201

Tints of Red Oxide #641201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 84.03%
G = 15.13%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#641201 (or 0x641201) is known color: Red Oxide. HEX triplet: 64, 12 and 01. RGB value is (100,18,1). Sum of RGB (Red+Green+Blue) = 100+18+1=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #641201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641201 is #9BEDFE. Grayscale: #282828. Windows color (decimal): -10219007 or 70244. OLE color: 70244.

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

Color convert

RGB 100 18 1 -
CMYK 0 0.82 0.99 0.61
HSL 10.3º 0.98% 0.2% -
HSV(B) 10.3º 0.99% 0.39% -
XYZ 5.48 3.14 0.35 -
YUV 40.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 100 18 1 0 0.82 0.99 0.61 10.3 0.98 0.2
Hex 64 12 1 0 52 63 3D A 62 14
Octal 144 22 1 0 122 143 75 12 142 24
Binary 1100100 10010 1 0 1010010 1100011 111101 1010 1100010 10100

Color Harmonies of #641201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641201

Black with #641201

Text Example


Text Example

White with #641201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641201; }

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

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

background-color css

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

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

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

border-color css

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

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

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