Html Css Color HEX #641F1F Red Oxide

📋 copy color: '#641F1F'

red 100 ◦ green 31 ◦ blue 31

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

Shades of Red Oxide #641F1F

Tints of Red Oxide #641F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 61.73%
G = 19.14%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#641F1F (or 0x641F1F) is known color: Red Oxide. HEX triplet: 64, 1F and 1F. RGB value is (100,31,31). Sum of RGB (Red+Green+Blue) = 100+31+31=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #641F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641F1F is #9BE0E0. Grayscale: #333333. Windows color (decimal): -10215649 or 2039652. OLE color: 2039652.

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

Color convert

RGB 100 31 31 -
CMYK 0 0.69 0.69 0.61
HSL 0.53% 0.26% -
HSV(B) 0.69% 0.39% -
XYZ 5.99 3.79 1.71 -
YUV 51.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 100 31 31 0 0.69 0.69 0.61 0 0.53 0.26
Hex 64 1F 1F 0 45 45 3D 0 35 1A
Octal 144 37 37 0 105 105 75 0 65 32
Binary 1100100 11111 11111 0 1000101 1000101 111101 0 110101 11010

Color Harmonies of #641F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641F1F

Black with #641F1F

Text Example


Text Example

White with #641F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,31,31); }

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

background-color css

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

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

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

border-color css

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

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

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