Html Css Color HEX #75201A Falu Red

📋 copy color: '#75201A'

red 117 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #75201A

Tints of Falu Red #75201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 66.86%
G = 18.29%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75201A (or 0x75201A) is known color: Falu Red. HEX triplet: 75, 20 and 1A. RGB value is (117,32,26). Sum of RGB (Red+Green+Blue) = 117+32+26=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #75201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201A is #8ADFE5. Grayscale: #383838. Windows color (decimal): -9101286 or 1712245. OLE color: 1712245.

HSL color Cylindrical-coordinate representation of color #75201A: hue angle of 3.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75201A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 26 -
CMYK 0 0.73 0.78 0.54
HSL 3.96º 0.64% 0.28% -
HSV(B) 3.96º 0.78% 0.46% -
XYZ 8.04 4.89 1.5 -
YUV 56.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 117 32 26 0 0.73 0.78 0.54 3.96 0.64 0.28
Hex 75 20 1A 0 49 4E 36 4 40 1C
Octal 165 40 32 0 111 116 66 4 100 34
Binary 1110101 100000 11010 0 1001001 1001110 110110 100 1000000 11100

Color Harmonies of #75201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75201A

Black with #75201A

Text Example


Text Example

White with #75201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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