Html Css Color HEX #75211E Falu Red

📋 copy color: '#75211E'

red 117 ◦ green 33 ◦ blue 30

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

Shades of Falu Red #75211E

Tints of Falu Red #75211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 65%
G = 18.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75211E (or 0x75211E) is known color: Falu Red. HEX triplet: 75, 21 and 1E. RGB value is (117,33,30). Sum of RGB (Red+Green+Blue) = 117+33+30=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75211E is #8ADEE1. Grayscale: #393939. Windows color (decimal): -9101026 or 1974645. OLE color: 1974645.

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

Color convert

RGB 117 33 30 -
CMYK 0 0.72 0.74 0.54
HSL 2.07º 0.59% 0.29% -
HSV(B) 2.07º 0.74% 0.46% -
XYZ 8.11 4.96 1.76 -
YUV 57.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 117 33 30 0 0.72 0.74 0.54 2.07 0.59 0.29
Hex 75 21 1E 0 48 4A 36 2 3B 1D
Octal 165 41 36 0 110 112 66 2 73 35
Binary 1110101 100001 11110 0 1001000 1001010 110110 10 111011 11101

Color Harmonies of #75211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75211E

Black with #75211E

Text Example


Text Example

White with #75211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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