Html Css Color HEX #65415A Finn

📋 copy color: '#65415A'

red 101 ◦ green 65 ◦ blue 90

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

Shades of Finn #65415A

Tints of Finn #65415A

RGB

 RED value IS 101 (39.84% from 255) = 39.45%

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 39.45%
G = 25.39%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65415A (or 0x65415A) is known color: Finn. HEX triplet: 65, 41 and 5A. RGB value is (101,65,90). Sum of RGB (Red+Green+Blue) = 101+65+90=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #65415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65415A is #9ABEA5. Grayscale: #4E4E4E. Windows color (decimal): -10141350 or 5914981. OLE color: 5914981.

HSL color Cylindrical-coordinate representation of color #65415A: hue angle of 318.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65415A is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 65 90 -
CMYK 0 0.36 0.11 0.60
HSL 318.33º 0.22% 0.33% -
HSV(B) 318.33º 0.36% 0.4% -
XYZ 9.1 7.29 10.6 -
YUV 78.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 101 65 90 0 0.36 0.11 0.60 318.33 0.22 0.33
Hex 65 41 5A 0 24 B 3C 13E 16 21
Octal 145 101 132 0 44 13 74 476 26 41
Binary 1100101 1000001 1011010 0 100100 1011 111100 100111110 10110 100001

Color Harmonies of #65415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65415A

Black with #65415A

Text Example


Text Example

White with #65415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,65,90); }

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

background-color css

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

 a { background-color: rgb(101,65,90); }

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

border-color css

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

 span { border-color: rgb(101,65,90); }

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