Html Css Color HEX #751D1D Falu Red

📋 copy color: '#751D1D'

red 117 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #751D1D

Tints of Falu Red #751D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 66.86%
G = 16.57%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#751D1D (or 0x751D1D) is known color: Falu Red. HEX triplet: 75, 1D and 1D. RGB value is (117,29,29). Sum of RGB (Red+Green+Blue) = 117+29+29=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D1D is #8AE2E2. Grayscale: #373737. Windows color (decimal): -9102051 or 1908085. OLE color: 1908085.

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

Color convert

RGB 117 29 29 -
CMYK 0 0.75 0.75 0.54
HSL 0.6% 0.29% -
HSV(B) 0.75% 0.46% -
XYZ 8 4.75 1.66 -
YUV 55.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 117 29 29 0 0.75 0.75 0.54 0 0.6 0.29
Hex 75 1D 1D 0 4B 4B 36 0 3C 1D
Octal 165 35 35 0 113 113 66 0 74 35
Binary 1110101 11101 11101 0 1001011 1001011 110110 0 111100 11101

Color Harmonies of #751D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D1D

Black with #751D1D

Text Example


Text Example

White with #751D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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