Html Css Color HEX #75231A Falu Red

📋 copy color: '#75231A'

red 117 ◦ green 35 ◦ blue 26

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

Shades of Falu Red #75231A

Tints of Falu Red #75231A

RGB

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

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

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

R = 65.73%
G = 19.66%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75231A (or 0x75231A) is known color: Falu Red. HEX triplet: 75, 23 and 1A. RGB value is (117,35,26). Sum of RGB (Red+Green+Blue) = 117+35+26=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75231A is #8ADCE5. Grayscale: #3A3A3A. Windows color (decimal): -9100518 or 1713013. OLE color: 1713013.

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

Color convert

RGB 117 35 26 -
CMYK 0 0.70 0.78 0.54
HSL 5.93º 0.64% 0.28% -
HSV(B) 5.93º 0.78% 0.46% -
XYZ 8.12 5.06 1.53 -
YUV 58.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 117 35 26 0 0.70 0.78 0.54 5.93 0.64 0.28
Hex 75 23 1A 0 46 4E 36 6 40 1C
Octal 165 43 32 0 106 116 66 6 100 34
Binary 1110101 100011 11010 0 1000110 1001110 110110 110 1000000 11100

Color Harmonies of #75231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75231A

Black with #75231A

Text Example


Text Example

White with #75231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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