Html Css Color HEX #641B19 Red Oxide

📋 copy color: '#641B19'

red 100 ◦ green 27 ◦ blue 25

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

Shades of Red Oxide #641B19

Tints of Red Oxide #641B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.76%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 65.79%
G = 17.76%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#641B19 (or 0x641B19) is known color: Red Oxide. HEX triplet: 64, 1B and 19. RGB value is (100,27,25). Sum of RGB (Red+Green+Blue) = 100+27+25=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #641B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B19 is #9BE4E6. Grayscale: #303030. Windows color (decimal): -10216679 or 1645412. OLE color: 1645412.

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

Color convert

RGB 100 27 25 -
CMYK 0 0.73 0.75 0.61
HSL 1.6º 0.6% 0.25% -
HSV(B) 1.6º 0.75% 0.39% -
XYZ 5.82 3.56 1.3 -
YUV 48.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 100 27 25 0 0.73 0.75 0.61 1.6 0.6 0.25
Hex 64 1B 19 0 49 4B 3D 2 3C 19
Octal 144 33 31 0 111 113 75 2 74 31
Binary 1100100 11011 11001 0 1001001 1001011 111101 10 111100 11001

Color Harmonies of #641B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B19

Black with #641B19

Text Example


Text Example

White with #641B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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