Html Css Color HEX #641D1C Red Oxide

📋 copy color: '#641D1C'

red 100 ◦ green 29 ◦ blue 28

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

Shades of Red Oxide #641D1C

Tints of Red Oxide #641D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

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

R = 63.69%
G = 18.47%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#641D1C (or 0x641D1C) is known color: Red Oxide. HEX triplet: 64, 1D and 1C. RGB value is (100,29,28). Sum of RGB (Red+Green+Blue) = 100+29+28=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #641D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D1C is #9BE2E3. Grayscale: #323232. Windows color (decimal): -10216164 or 1842532. OLE color: 1842532.

HSL color Cylindrical-coordinate representation of color #641D1C: hue angle of 0.83º 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 #641D1C is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 28 -
CMYK 0 0.71 0.72 0.61
HSL 0.83º 0.56% 0.25% -
HSV(B) 0.83º 0.72% 0.39% -
XYZ 5.9 3.67 1.5 -
YUV 50.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 100 29 28 0 0.71 0.72 0.61 0.83 0.56 0.25
Hex 64 1D 1C 0 47 48 3D 1 38 19
Octal 144 35 34 0 107 110 75 1 70 31
Binary 1100100 11101 11100 0 1000111 1001000 111101 1 111000 11001

Color Harmonies of #641D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D1C

Black with #641D1C

Text Example


Text Example

White with #641D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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