Html Css Color HEX #4F1B1B Red Oxide

📋 copy color: '#4F1B1B'

red 79 ◦ green 27 ◦ blue 27

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

Shades of Red Oxide #4F1B1B

Tints of Red Oxide #4F1B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 59.4%
G = 20.3%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F1B1B (or 0x4F1B1B) is known color: Red Oxide. HEX triplet: 4F, 1B and 1B. RGB value is (79,27,27). Sum of RGB (Red+Green+Blue) = 79+27+27=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B1B is #B0E4E4. Grayscale: #2A2A2A. Windows color (decimal): -11592933 or 1776463. OLE color: 1776463.

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

Color convert

RGB 79 27 27 -
CMYK 0 0.66 0.66 0.69
HSL 0.49% 0.21% -
HSV(B) 0.66% 0.31% -
XYZ 3.81 2.53 1.32 -
YUV 42.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 79 27 27 0 0.66 0.66 0.69 0 0.49 0.21
Hex 4F 1B 1B 0 42 42 45 0 31 15
Octal 117 33 33 0 102 102 105 0 61 25
Binary 1001111 11011 11011 0 1000010 1000010 1000101 0 110001 10101

Color Harmonies of #4F1B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1B1B

Black with #4F1B1B

Text Example


Text Example

White with #4F1B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,27,27); }

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

background-color css

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

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

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

border-color css

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

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

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