Html Css Color HEX #75230A Falu Red

📋 copy color: '#75230A'

red 117 ◦ green 35 ◦ blue 10

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

Shades of Falu Red #75230A

Tints of Falu Red #75230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 72.22%
G = 21.6%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75230A (or 0x75230A) is known color: Falu Red. HEX triplet: 75, 23 and 0A. RGB value is (117,35,10). Sum of RGB (Red+Green+Blue) = 117+35+10=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75230A is #8ADCF5. Grayscale: #383838. Windows color (decimal): -9100534 or 664437. OLE color: 664437.

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

Color convert

RGB 117 35 10 -
CMYK 0 0.70 0.91 0.54
HSL 14.02º 0.84% 0.25% -
HSV(B) 14.02º 0.91% 0.46% -
XYZ 7.99 5.01 0.83 -
YUV 56.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 117 35 10 0 0.70 0.91 0.54 14.02 0.84 0.25
Hex 75 23 A 0 46 5B 36 E 54 19
Octal 165 43 12 0 106 133 66 16 124 31
Binary 1110101 100011 1010 0 1000110 1011011 110110 1110 1010100 11001

Color Harmonies of #75230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75230A

Black with #75230A

Text Example


Text Example

White with #75230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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