Html Css Color HEX #75230C Falu Red

📋 copy color: '#75230C'

red 117 ◦ green 35 ◦ blue 12

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

Shades of Falu Red #75230C

Tints of Falu Red #75230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 71.34%
G = 21.34%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75230C (or 0x75230C) is known color: Falu Red. HEX triplet: 75, 23 and 0C. RGB value is (117,35,12). Sum of RGB (Red+Green+Blue) = 117+35+12=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75230C is #8ADCF3. Grayscale: #393939. Windows color (decimal): -9100532 or 795509. OLE color: 795509.

HSL color Cylindrical-coordinate representation of color #75230C: hue angle of 13.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75230C is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 12 -
CMYK 0 0.70 0.90 0.54
HSL 13.14º 0.81% 0.25% -
HSV(B) 13.14º 0.9% 0.46% -
XYZ 8 5.01 0.89 -
YUV 56.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 117 35 12 0 0.70 0.90 0.54 13.14 0.81 0.25
Hex 75 23 C 0 46 5A 36 D 51 19
Octal 165 43 14 0 106 132 66 15 121 31
Binary 1110101 100011 1100 0 1000110 1011010 110110 1101 1010001 11001

Color Harmonies of #75230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75230C

Black with #75230C

Text Example


Text Example

White with #75230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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