Html Css Color HEX #641D1B Red Oxide

📋 copy color: '#641D1B'

red 100 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #641D1B

Tints of Red Oxide #641D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 64.1%
G = 18.59%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#641D1B (or 0x641D1B) is known color: Red Oxide. HEX triplet: 64, 1D and 1B. RGB value is (100,29,27). Sum of RGB (Red+Green+Blue) = 100+29+27=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #641D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D1B is #9BE2E4. Grayscale: #323232. Windows color (decimal): -10216165 or 1776996. OLE color: 1776996.

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

Color convert

RGB 100 29 27 -
CMYK 0 0.71 0.73 0.61
HSL 1.64º 0.57% 0.25% -
HSV(B) 1.64º 0.73% 0.39% -
XYZ 5.89 3.67 1.43 -
YUV 50 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 100 29 27 0 0.71 0.73 0.61 1.64 0.57 0.25
Hex 64 1D 1B 0 47 49 3D 2 39 19
Octal 144 35 33 0 107 111 75 2 71 31
Binary 1100100 11101 11011 0 1000111 1001001 111101 10 111001 11001

Color Harmonies of #641D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D1B

Black with #641D1B

Text Example


Text Example

White with #641D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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