Html Css Color HEX #752015 Falu Red

📋 copy color: '#752015'

red 117 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #752015

Tints of Falu Red #752015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 68.82%
G = 18.82%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752015 (or 0x752015) is known color: Falu Red. HEX triplet: 75, 20 and 15. RGB value is (117,32,21). Sum of RGB (Red+Green+Blue) = 117+32+21=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752015 is #8ADFEA. Grayscale: #383838. Windows color (decimal): -9101291 or 1384565. OLE color: 1384565.

HSL color Cylindrical-coordinate representation of color #752015: hue angle of 6.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752015 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 21 -
CMYK 0 0.73 0.82 0.54
HSL 6.88º 0.7% 0.27% -
HSV(B) 6.88º 0.82% 0.46% -
XYZ 7.99 4.87 1.23 -
YUV 56.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 117 32 21 0 0.73 0.82 0.54 6.88 0.7 0.27
Hex 75 20 15 0 49 52 36 7 46 1B
Octal 165 40 25 0 111 122 66 7 106 33
Binary 1110101 100000 10101 0 1001001 1010010 110110 111 1000110 11011

Color Harmonies of #752015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752015

Black with #752015

Text Example


Text Example

White with #752015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752015; }

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

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

background-color css

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

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

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

border-color css

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

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

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