Html Css Color HEX #4E1B1B Red Oxide

📋 copy color: '#4E1B1B'

red 78 ◦ green 27 ◦ blue 27

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

Shades of Red Oxide #4E1B1B

Tints of Red Oxide #4E1B1B

RGB

 RED value IS 78 (30.86% from 255) = 59.09%

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

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

R = 59.09%
G = 20.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4E1B1B (or 0x4E1B1B) is known color: Red Oxide. HEX triplet: 4E, 1B and 1B. RGB value is (78,27,27). Sum of RGB (Red+Green+Blue) = 78+27+27=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B1B is #B1E4E4. Grayscale: #2A2A2A. Windows color (decimal): -11658469 or 1776462. OLE color: 1776462.

HSL color Cylindrical-coordinate representation of color #4E1B1B: 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.65%. Process color model (Four color, CMYK) of #4E1B1B is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 27 27 -
CMYK 0 0.65 0.65 0.69
HSL 0.49% 0.21% -
HSV(B) 0.65% 0.31% -
XYZ 3.73 2.48 1.32 -
YUV 42.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 78 27 27 0 0.65 0.65 0.69 0 0.49 0.21
Hex 4E 1B 1B 0 41 41 45 0 31 15
Octal 116 33 33 0 101 101 105 0 61 25
Binary 1001110 11011 11011 0 1000001 1000001 1000101 0 110001 10101

Color Harmonies of #4E1B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1B1B

Black with #4E1B1B

Text Example


Text Example

White with #4E1B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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