Html Css Color HEX #4F100C Red Oxide

📋 copy color: '#4F100C'

red 79 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #4F100C

Tints of Red Oxide #4F100C

RGB

 RED value IS 79 (31.25% from 255) = 73.83%

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 73.83%
G = 14.95%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4F100C (or 0x4F100C) is known color: Red Oxide. HEX triplet: 4F, 10 and 0C. RGB value is (79,16,12). Sum of RGB (Red+Green+Blue) = 79+16+12=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F100C is #B0EFF3. Grayscale: #222222. Windows color (decimal): -11595764 or 790607. OLE color: 790607.

HSL color Cylindrical-coordinate representation of color #4F100C: hue angle of 3.58º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F100C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 12 -
CMYK 0 0.80 0.85 0.69
HSL 3.58º 0.74% 0.18% -
HSV(B) 3.58º 0.85% 0.31% -
XYZ 3.48 2.06 0.56 -
YUV 34.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 79 16 12 0 0.80 0.85 0.69 3.58 0.74 0.18
Hex 4F 10 C 0 50 55 45 4 4A 12
Octal 117 20 14 0 120 125 105 4 112 22
Binary 1001111 10000 1100 0 1010000 1010101 1000101 100 1001010 10010

Color Harmonies of #4F100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F100C

Black with #4F100C

Text Example


Text Example

White with #4F100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F100C; }

 p { color: rgb(79,16,12); }

 H1.HeaderClassName
 {
   color: #4F100C;
 }
 .AnyTagClassName
 {
   color: #4F100C;
 }
</style>

background-color css

<style>
 a { background-color: #4F100C; }

 a { background-color: rgb(79,16,12); }

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

border-color css

<style>
 span { border-color: #4F100C; }

 span { border-color: rgb(79,16,12); }

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