Html Css Color HEX #641B09 Red Oxide

📋 copy color: '#641B09'

red 100 ◦ green 27 ◦ blue 9

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

Shades of Red Oxide #641B09

Tints of Red Oxide #641B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 73.53%
G = 19.85%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#641B09 (or 0x641B09) is known color: Red Oxide. HEX triplet: 64, 1B and 09. RGB value is (100,27,9). Sum of RGB (Red+Green+Blue) = 100+27+9=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #641B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B09 is #9BE4F6. Grayscale: #2E2E2E. Windows color (decimal): -10216695 or 596836. OLE color: 596836.

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

Color convert

RGB 100 27 9 -
CMYK 0 0.73 0.91 0.61
HSL 11.87º 0.83% 0.21% -
HSV(B) 11.87º 0.91% 0.39% -
XYZ 5.7 3.51 0.64 -
YUV 46.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 100 27 9 0 0.73 0.91 0.61 11.87 0.83 0.21
Hex 64 1B 9 0 49 5B 3D C 53 15
Octal 144 33 11 0 111 133 75 14 123 25
Binary 1100100 11011 1001 0 1001001 1011011 111101 1100 1010011 10101

Color Harmonies of #641B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B09

Black with #641B09

Text Example


Text Example

White with #641B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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