Html Css Color HEX #75211C Falu Red

📋 copy color: '#75211C'

red 117 ◦ green 33 ◦ blue 28

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

Shades of Falu Red #75211C

Tints of Falu Red #75211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 65.73%
G = 18.54%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75211C (or 0x75211C) is known color: Falu Red. HEX triplet: 75, 21 and 1C. RGB value is (117,33,28). Sum of RGB (Red+Green+Blue) = 117+33+28=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75211C is #8ADEE3. Grayscale: #393939. Windows color (decimal): -9101028 or 1843573. OLE color: 1843573.

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

Color convert

RGB 117 33 28 -
CMYK 0 0.72 0.76 0.54
HSL 3.37º 0.61% 0.28% -
HSV(B) 3.37º 0.76% 0.46% -
XYZ 8.09 4.95 1.63 -
YUV 57.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 117 33 28 0 0.72 0.76 0.54 3.37 0.61 0.28
Hex 75 21 1C 0 48 4C 36 3 3D 1C
Octal 165 41 34 0 110 114 66 3 75 34
Binary 1110101 100001 11100 0 1001000 1001100 110110 11 111101 11100

Color Harmonies of #75211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75211C

Black with #75211C

Text Example


Text Example

White with #75211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75211C; }

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

 H1.HeaderClassName
 {
   color: #75211C;
 }
 .AnyTagClassName
 {
   color: #75211C;
 }
</style>

background-color css

<style>
 a { background-color: #75211C; }

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

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

border-color css

<style>
 span { border-color: #75211C; }

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

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