Html Css Color HEX #641C0B Red Oxide

📋 copy color: '#641C0B'

red 100 ◦ green 28 ◦ blue 11

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

Shades of Red Oxide #641C0B

Tints of Red Oxide #641C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.14%

 BLUE value IS 11 (4.69% from 255) = 7.91%

R = 71.94%
G = 20.14%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#641C0B (or 0x641C0B) is known color: Red Oxide. HEX triplet: 64, 1C and 0B. RGB value is (100,28,11). Sum of RGB (Red+Green+Blue) = 100+28+11=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #641C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C0B is #9BE3F4. Grayscale: #2F2F2F. Windows color (decimal): -10216437 or 728164. OLE color: 728164.

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

Color convert

RGB 100 28 11 -
CMYK 0 0.72 0.89 0.61
HSL 11.46º 0.8% 0.22% -
HSV(B) 11.46º 0.89% 0.39% -
XYZ 5.73 3.56 0.7 -
YUV 47.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 100 28 11 0 0.72 0.89 0.61 11.46 0.8 0.22
Hex 64 1C B 0 48 59 3D B 50 16
Octal 144 34 13 0 110 131 75 13 120 26
Binary 1100100 11100 1011 0 1001000 1011001 111101 1011 1010000 10110

Color Harmonies of #641C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C0B

Black with #641C0B

Text Example


Text Example

White with #641C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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