Html Css Color HEX #641F1C Red Oxide

📋 copy color: '#641F1C'

red 100 ◦ green 31 ◦ blue 28

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

Shades of Red Oxide #641F1C

Tints of Red Oxide #641F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 62.89%
G = 19.5%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#641F1C (or 0x641F1C) is known color: Red Oxide. HEX triplet: 64, 1F and 1C. RGB value is (100,31,28). Sum of RGB (Red+Green+Blue) = 100+31+28=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #641F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641F1C is #9BE0E3. Grayscale: #333333. Windows color (decimal): -10215652 or 1843044. OLE color: 1843044.

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

Color convert

RGB 100 31 28 -
CMYK 0 0.69 0.72 0.61
HSL 2.5º 0.56% 0.25% -
HSV(B) 2.5º 0.72% 0.39% -
XYZ 5.96 3.77 1.51 -
YUV 51.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 100 31 28 0 0.69 0.72 0.61 2.5 0.56 0.25
Hex 64 1F 1C 0 45 48 3D 2 38 19
Octal 144 37 34 0 105 110 75 2 70 31
Binary 1100100 11111 11100 0 1000101 1001000 111101 10 111000 11001

Color Harmonies of #641F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641F1C

Black with #641F1C

Text Example


Text Example

White with #641F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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