Html Css Color HEX #751C1B Falu Red

📋 copy color: '#751C1B'

red 117 ◦ green 28 ◦ blue 27

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

Shades of Falu Red #751C1B

Tints of Falu Red #751C1B

RGB

 RED value IS 117 (46.09% from 255) = 68.02%

 GREEN value IS 28 (11.33% from 255) = 16.28%

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

R = 68.02%
G = 16.28%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#751C1B (or 0x751C1B) is known color: Falu Red. HEX triplet: 75, 1C and 1B. RGB value is (117,28,27). Sum of RGB (Red+Green+Blue) = 117+28+27=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C1B is #8AE3E4. Grayscale: #363636. Windows color (decimal): -9102309 or 1776757. OLE color: 1776757.

HSL color Cylindrical-coordinate representation of color #751C1B: hue angle of 0.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751C1B is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 27 -
CMYK 0 0.76 0.77 0.54
HSL 0.67º 0.63% 0.28% -
HSV(B) 0.67º 0.77% 0.46% -
XYZ 7.95 4.69 1.52 -
YUV 54.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 117 28 27 0 0.76 0.77 0.54 0.67 0.63 0.28
Hex 75 1C 1B 0 4C 4D 36 1 3E 1C
Octal 165 34 33 0 114 115 66 1 76 34
Binary 1110101 11100 11011 0 1001100 1001101 110110 1 111110 11100

Color Harmonies of #751C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C1B

Black with #751C1B

Text Example


Text Example

White with #751C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C1B; }

 p { color: rgb(117,28,27); }

 H1.HeaderClassName
 {
   color: #751C1B;
 }
 .AnyTagClassName
 {
   color: #751C1B;
 }
</style>

background-color css

<style>
 a { background-color: #751C1B; }

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

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

border-color css

<style>
 span { border-color: #751C1B; }

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

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