Html Css Color HEX #7E230B Falu Red

📋 copy color: '#7E230B'

red 126 ◦ green 35 ◦ blue 11

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

Shades of Falu Red #7E230B

Tints of Falu Red #7E230B

RGB

 RED value IS 126 (49.61% from 255) = 73.26%

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 73.26%
G = 20.35%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7E230B (or 0x7E230B) is known color: Falu Red. HEX triplet: 7E, 23 and 0B. RGB value is (126,35,11). Sum of RGB (Red+Green+Blue) = 126+35+11=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E230B is #81DCF4. Grayscale: #3B3B3B. Windows color (decimal): -8510709 or 729982. OLE color: 729982.

HSL color Cylindrical-coordinate representation of color #7E230B: hue angle of 12.52º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E230B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 35 11 -
CMYK 0 0.72 0.91 0.51
HSL 12.52º 0.84% 0.27% -
HSV(B) 12.52º 0.91% 0.49% -
XYZ 9.27 5.66 0.92 -
YUV 59.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 126 35 11 0 0.72 0.91 0.51 12.52 0.84 0.27
Hex 7E 23 B 0 48 5B 33 D 54 1B
Octal 176 43 13 0 110 133 63 15 124 33
Binary 1111110 100011 1011 0 1001000 1011011 110011 1101 1010100 11011

Color Harmonies of #7E230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E230B

Black with #7E230B

Text Example


Text Example

White with #7E230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E230B; }

 p { color: rgb(126,35,11); }

 H1.HeaderClassName
 {
   color: #7E230B;
 }
 .AnyTagClassName
 {
   color: #7E230B;
 }
</style>

background-color css

<style>
 a { background-color: #7E230B; }

 a { background-color: rgb(126,35,11); }

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

border-color css

<style>
 span { border-color: #7E230B; }

 span { border-color: rgb(126,35,11); }

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