Html Css Color HEX #75221A Falu Red

📋 copy color: '#75221A'

red 117 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #75221A

Tints of Falu Red #75221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 66.1%
G = 19.21%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75221A (or 0x75221A) is known color: Falu Red. HEX triplet: 75, 22 and 1A. RGB value is (117,34,26). Sum of RGB (Red+Green+Blue) = 117+34+26=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75221A is #8ADDE5. Grayscale: #3A3A3A. Windows color (decimal): -9100774 or 1712757. OLE color: 1712757.

HSL color Cylindrical-coordinate representation of color #75221A: hue angle of 5.27º 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 #75221A is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 26 -
CMYK 0 0.71 0.78 0.54
HSL 5.27º 0.64% 0.28% -
HSV(B) 5.27º 0.78% 0.46% -
XYZ 8.09 5 1.52 -
YUV 57.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 117 34 26 0 0.71 0.78 0.54 5.27 0.64 0.28
Hex 75 22 1A 0 47 4E 36 5 40 1C
Octal 165 42 32 0 107 116 66 5 100 34
Binary 1110101 100010 11010 0 1000111 1001110 110110 101 1000000 11100

Color Harmonies of #75221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75221A

Black with #75221A

Text Example


Text Example

White with #75221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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