Html Css Color HEX #75201C Falu Red

📋 copy color: '#75201C'

red 117 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #75201C

Tints of Falu Red #75201C

RGB

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

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

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

R = 66.1%
G = 18.08%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75201C (or 0x75201C) is known color: Falu Red. HEX triplet: 75, 20 and 1C. RGB value is (117,32,28). Sum of RGB (Red+Green+Blue) = 117+32+28=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201C is #8ADFE3. Grayscale: #393939. Windows color (decimal): -9101284 or 1843317. OLE color: 1843317.

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

Color convert

RGB 117 32 28 -
CMYK 0 0.73 0.76 0.54
HSL 2.7º 0.61% 0.28% -
HSV(B) 2.7º 0.76% 0.46% -
XYZ 8.06 4.9 1.62 -
YUV 56.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 117 32 28 0 0.73 0.76 0.54 2.7 0.61 0.28
Hex 75 20 1C 0 49 4C 36 3 3D 1C
Octal 165 40 34 0 111 114 66 3 75 34
Binary 1110101 100000 11100 0 1001001 1001100 110110 11 111101 11100

Color Harmonies of #75201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75201C

Black with #75201C

Text Example


Text Example

White with #75201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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