Html Css Color HEX #74230B Falu Red

📋 copy color: '#74230B'

red 116 ◦ green 35 ◦ blue 11

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

Shades of Falu Red #74230B

Tints of Falu Red #74230B

RGB

 RED value IS 116 (45.7% from 255) = 71.6%

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

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

R = 71.6%
G = 21.6%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74230B (or 0x74230B) is known color: Falu Red. HEX triplet: 74, 23 and 0B. RGB value is (116,35,11). Sum of RGB (Red+Green+Blue) = 116+35+11=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74230B is #8BDCF4. Grayscale: #383838. Windows color (decimal): -9166069 or 729972. OLE color: 729972.

HSL color Cylindrical-coordinate representation of color #74230B: hue angle of 13.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74230B is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 11 -
CMYK 0 0.70 0.91 0.55
HSL 13.71º 0.83% 0.25% -
HSV(B) 13.71º 0.91% 0.45% -
XYZ 7.86 4.94 0.86 -
YUV 56.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 116 35 11 0 0.70 0.91 0.55 13.71 0.83 0.25
Hex 74 23 B 0 46 5B 37 E 53 19
Octal 164 43 13 0 106 133 67 16 123 31
Binary 1110100 100011 1011 0 1000110 1011011 110111 1110 1010011 11001

Color Harmonies of #74230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74230B

Black with #74230B

Text Example


Text Example

White with #74230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74230B; }

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

 H1.HeaderClassName
 {
   color: #74230B;
 }
 .AnyTagClassName
 {
   color: #74230B;
 }
</style>

background-color css

<style>
 a { background-color: #74230B; }

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

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

border-color css

<style>
 span { border-color: #74230B; }

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

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