Html Css Color HEX #75210F Falu Red

📋 copy color: '#75210F'

red 117 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #75210F

Tints of Falu Red #75210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 70.91%
G = 20%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75210F (or 0x75210F) is known color: Falu Red. HEX triplet: 75, 21 and 0F. RGB value is (117,33,15). Sum of RGB (Red+Green+Blue) = 117+33+15=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75210F is #8ADEF0. Grayscale: #383838. Windows color (decimal): -9101041 or 991605. OLE color: 991605.

HSL color Cylindrical-coordinate representation of color #75210F: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75210F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 15 -
CMYK 0 0.72 0.87 0.54
HSL 10.59º 0.77% 0.26% -
HSV(B) 10.59º 0.87% 0.46% -
XYZ 7.97 4.9 0.98 -
YUV 56.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 117 33 15 0 0.72 0.87 0.54 10.59 0.77 0.26
Hex 75 21 F 0 48 57 36 B 4D 1A
Octal 165 41 17 0 110 127 66 13 115 32
Binary 1110101 100001 1111 0 1001000 1010111 110110 1011 1001101 11010

Color Harmonies of #75210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75210F

Black with #75210F

Text Example


Text Example

White with #75210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75210F; }

 p { color: rgb(117,33,15); }

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

background-color css

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

 a { background-color: rgb(117,33,15); }

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

border-color css

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

 span { border-color: rgb(117,33,15); }

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