Html Css Color HEX #641302 Red Oxide

📋 copy color: '#641302'

red 100 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #641302

Tints of Red Oxide #641302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 82.64%
G = 15.7%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#641302 (or 0x641302) is known color: Red Oxide. HEX triplet: 64, 13 and 02. RGB value is (100,19,2). Sum of RGB (Red+Green+Blue) = 100+19+2=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #641302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641302 is #9BECFD. Grayscale: #292929. Windows color (decimal): -10218750 or 136036. OLE color: 136036.

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

Color convert

RGB 100 19 2 -
CMYK 0 0.81 0.98 0.61
HSL 10.41º 0.96% 0.2% -
HSV(B) 10.41º 0.98% 0.39% -
XYZ 5.5 3.18 0.38 -
YUV 41.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 100 19 2 0 0.81 0.98 0.61 10.41 0.96 0.2
Hex 64 13 2 0 51 62 3D A 60 14
Octal 144 23 2 0 121 142 75 12 140 24
Binary 1100100 10011 10 0 1010001 1100010 111101 1010 1100000 10100

Color Harmonies of #641302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641302

Black with #641302

Text Example


Text Example

White with #641302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641302; }

 p { color: rgb(100,19,2); }

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

background-color css

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

 a { background-color: rgb(100,19,2); }

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

border-color css

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

 span { border-color: rgb(100,19,2); }

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