Html Css Color HEX #75230D Falu Red

📋 copy color: '#75230D'

red 117 ◦ green 35 ◦ blue 13

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

Shades of Falu Red #75230D

Tints of Falu Red #75230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 70.91%
G = 21.21%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75230D (or 0x75230D) is known color: Falu Red. HEX triplet: 75, 23 and 0D. RGB value is (117,35,13). Sum of RGB (Red+Green+Blue) = 117+35+13=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75230D is #8ADCF2. Grayscale: #393939. Windows color (decimal): -9100531 or 861045. OLE color: 861045.

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

Color convert

RGB 117 35 13 -
CMYK 0 0.70 0.89 0.54
HSL 12.69º 0.8% 0.25% -
HSV(B) 12.69º 0.89% 0.46% -
XYZ 8.01 5.01 0.93 -
YUV 57.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 117 35 13 0 0.70 0.89 0.54 12.69 0.8 0.25
Hex 75 23 D 0 46 59 36 D 50 19
Octal 165 43 15 0 106 131 66 15 120 31
Binary 1110101 100011 1101 0 1000110 1011001 110110 1101 1010000 11001

Color Harmonies of #75230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75230D

Black with #75230D

Text Example


Text Example

White with #75230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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