Html Css Color HEX #4F100A Red Oxide

📋 copy color: '#4F100A'

red 79 ◦ green 16 ◦ blue 10

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

Shades of Red Oxide #4F100A

Tints of Red Oxide #4F100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.52%

R = 75.24%
G = 15.24%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#4F100A (or 0x4F100A) is known color: Red Oxide. HEX triplet: 4F, 10 and 0A. RGB value is (79,16,10). Sum of RGB (Red+Green+Blue) = 79+16+10=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F100A is #B0EFF5. Grayscale: #222222. Windows color (decimal): -11595766 or 659535. OLE color: 659535.

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

Color convert

RGB 79 16 10 -
CMYK 0 0.80 0.87 0.69
HSL 5.22º 0.78% 0.17% -
HSV(B) 5.22º 0.87% 0.31% -
XYZ 3.46 2.05 0.5 -
YUV 34.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 79 16 10 0 0.80 0.87 0.69 5.22 0.78 0.17
Hex 4F 10 A 0 50 57 45 5 4E 11
Octal 117 20 12 0 120 127 105 5 116 21
Binary 1001111 10000 1010 0 1010000 1010111 1000101 101 1001110 10001

Color Harmonies of #4F100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F100A

Black with #4F100A

Text Example


Text Example

White with #4F100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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