Html Css Color HEX #75231C Falu Red

📋 copy color: '#75231C'

red 117 ◦ green 35 ◦ blue 28

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

Shades of Falu Red #75231C

Tints of Falu Red #75231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 65%
G = 19.44%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75231C (or 0x75231C) is known color: Falu Red. HEX triplet: 75, 23 and 1C. RGB value is (117,35,28). Sum of RGB (Red+Green+Blue) = 117+35+28=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75231C is #8ADCE3. Grayscale: #3A3A3A. Windows color (decimal): -9100516 or 1844085. OLE color: 1844085.

HSL color Cylindrical-coordinate representation of color #75231C: hue angle of 4.72º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75231C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 28 -
CMYK 0 0.70 0.76 0.54
HSL 4.72º 0.61% 0.28% -
HSV(B) 4.72º 0.76% 0.46% -
XYZ 8.15 5.07 1.65 -
YUV 58.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 117 35 28 0 0.70 0.76 0.54 4.72 0.61 0.28
Hex 75 23 1C 0 46 4C 36 5 3D 1C
Octal 165 43 34 0 106 114 66 5 75 34
Binary 1110101 100011 11100 0 1000110 1001100 110110 101 111101 11100

Color Harmonies of #75231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75231C

Black with #75231C

Text Example


Text Example

White with #75231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75231C; }

 p { color: rgb(117,35,28); }

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

background-color css

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

 a { background-color: rgb(117,35,28); }

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

border-color css

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

 span { border-color: rgb(117,35,28); }

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