Html Css Color HEX #75201F Falu Red

📋 copy color: '#75201F'

red 117 ◦ green 32 ◦ blue 31

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

Shades of Falu Red #75201F

Tints of Falu Red #75201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 65%
G = 17.78%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75201F (or 0x75201F) is known color: Falu Red. HEX triplet: 75, 20 and 1F. RGB value is (117,32,31). Sum of RGB (Red+Green+Blue) = 117+32+31=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201F is #8ADFE0. Grayscale: #393939. Windows color (decimal): -9101281 or 2039925. OLE color: 2039925.

HSL color Cylindrical-coordinate representation of color #75201F: hue angle of 0.7º degrees, saturation: 0.58, 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 #75201F is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 31 -
CMYK 0 0.73 0.74 0.54
HSL 0.7º 0.58% 0.29% -
HSV(B) 0.7º 0.74% 0.46% -
XYZ 8.1 4.91 1.82 -
YUV 57.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 117 32 31 0 0.73 0.74 0.54 0.7 0.58 0.29
Hex 75 20 1F 0 49 4A 36 1 3A 1D
Octal 165 40 37 0 111 112 66 1 72 35
Binary 1110101 100000 11111 0 1001001 1001010 110110 1 111010 11101

Color Harmonies of #75201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75201F

Black with #75201F

Text Example


Text Example

White with #75201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75201F; }

 p { color: rgb(117,32,31); }

 H1.HeaderClassName
 {
   color: #75201F;
 }
 .AnyTagClassName
 {
   color: #75201F;
 }
</style>

background-color css

<style>
 a { background-color: #75201F; }

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

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

border-color css

<style>
 span { border-color: #75201F; }

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

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