Html Css Color HEX #754153 Finn

📋 copy color: '#754153'

red 117 ◦ green 65 ◦ blue 83

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

Shades of Finn #754153

Tints of Finn #754153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 83 (32.81% from 255) = 31.32%

R = 44.15%
G = 24.53%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#754153 (or 0x754153) is known color: Finn. HEX triplet: 75, 41 and 53. RGB value is (117,65,83). Sum of RGB (Red+Green+Blue) = 117+65+83=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754153 is #8ABEAC. Grayscale: #525252. Windows color (decimal): -9092781 or 5456245. OLE color: 5456245.

HSL color Cylindrical-coordinate representation of color #754153: hue angle of 339.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754153 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 83 -
CMYK 0 0.44 0.29 0.54
HSL 339.23º 0.29% 0.36% -
HSV(B) 339.23º 0.44% 0.46% -
XYZ 10.79 8.19 9.2 -
YUV 82.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 117 65 83 0 0.44 0.29 0.54 339.23 0.29 0.36
Hex 75 41 53 0 2C 1D 36 153 1D 24
Octal 165 101 123 0 54 35 66 523 35 44
Binary 1110101 1000001 1010011 0 101100 11101 110110 101010011 11101 100100

Color Harmonies of #754153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754153

Black with #754153

Text Example


Text Example

White with #754153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754153; }

 p { color: rgb(117,65,83); }

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

background-color css

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

 a { background-color: rgb(117,65,83); }

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

border-color css

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

 span { border-color: rgb(117,65,83); }

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