Html Css Color HEX #75200D Falu Red

📋 copy color: '#75200D'

red 117 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #75200D

Tints of Falu Red #75200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 72.22%
G = 19.75%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75200D (or 0x75200D) is known color: Falu Red. HEX triplet: 75, 20 and 0D. RGB value is (117,32,13). Sum of RGB (Red+Green+Blue) = 117+32+13=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75200D is #8ADFF2. Grayscale: #373737. Windows color (decimal): -9101299 or 860277. OLE color: 860277.

HSL color Cylindrical-coordinate representation of color #75200D: hue angle of 10.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75200D is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 13 -
CMYK 0 0.73 0.89 0.54
HSL 10.96º 0.8% 0.25% -
HSV(B) 10.96º 0.89% 0.46% -
XYZ 7.93 4.84 0.9 -
YUV 55.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 117 32 13 0 0.73 0.89 0.54 10.96 0.8 0.25
Hex 75 20 D 0 49 59 36 B 50 19
Octal 165 40 15 0 111 131 66 13 120 31
Binary 1110101 100000 1101 0 1001001 1011001 110110 1011 1010000 11001

Color Harmonies of #75200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75200D

Black with #75200D

Text Example


Text Example

White with #75200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75200D; }

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

 H1.HeaderClassName
 {
   color: #75200D;
 }
 .AnyTagClassName
 {
   color: #75200D;
 }
</style>

background-color css

<style>
 a { background-color: #75200D; }

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

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

border-color css

<style>
 span { border-color: #75200D; }

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

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